Prettier format global

This commit is contained in:
2024-12-18 14:43:32 -06:00
parent 05a6d18858
commit c9b240c6b4
20 changed files with 1300 additions and 997 deletions

View File

@@ -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}