mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-14 02:13:46 -06:00
Prettier format global
This commit is contained in:
@@ -104,7 +104,7 @@ export async function getStaticProps() {
|
||||
...project,
|
||||
bannerBlur: base64,
|
||||
};
|
||||
})
|
||||
}),
|
||||
),
|
||||
},
|
||||
};
|
||||
@@ -145,7 +145,7 @@ const Home: NextPage<HomeStaticProps> = ({
|
||||
{buttons.map(({ text, href }) => (
|
||||
<Link
|
||||
key={href}
|
||||
className="text-sm text-zinc-500 duration-500 hover:text-zinc-300"
|
||||
className="text-sm text-zinc-500 duration-500 hover:text-zinc-300"
|
||||
href={href}
|
||||
>
|
||||
{text}
|
||||
|
||||
Reference in New Issue
Block a user