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 */} {/* Links */}
<div className="flex gap-10"> <div className="flex gap-10">
<MinecraftButton className="w-44 h-12"> <Link href="/docs">
<Link href="/docs">Get Started</Link> <MinecraftButton className="w-44 h-12">Get Started</MinecraftButton>
</MinecraftButton> </Link>
</div> </div>
</div> </div>
); );