Fix the Get Started button in the hero
This commit is contained in:
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>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user