Fix the Get Started button in the hero

This commit is contained in:
Braydon 2024-04-17 13:45:12 -04:00
parent 132b3e0315
commit 4dfc081305

@ -25,9 +25,9 @@ const Hero = (): JSX.Element => (
{/* Links */}
<div className="flex gap-10">
<MinecraftButton className="w-44 h-12">
<Link href="/docs">Get Started</Link>
</MinecraftButton>
<Link href="/docs">
<MinecraftButton className="w-44 h-12">Get Started</MinecraftButton>
</Link>
</div>
</div>
);