Skip to content

Commit

Permalink
fix(guide): update return link on 404
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Apr 11, 2023
1 parent 40be4f8 commit fcb3a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/guide/src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

1 comment on commit fcb3a1a

@vercel
Copy link

@vercel vercel bot commented on fcb3a1a Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.