fix(guide): update return link on 404

This commit is contained in:
iCrawl 2023-04-12 01:04:36 +02:00
parent 40be4f80dc
commit fcb3a1ab27
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -7,7 +7,7 @@ export default function NotFound() {
<h2 className="text-[2rem] md:text-[3rem]">Not found.</h2>
<Link
className="bg-blurple focus:ring-width-2 flex h-11 transform-gpu cursor-pointer select-none appearance-none flex-row place-items-center rounded border-0 px-6 text-base font-semibold leading-none text-white no-underline outline-0 focus:ring focus:ring-white active:translate-y-px"
href="/docs/packages"
href="/guide"
>
Take me back
</Link>