Skip to content

Commit

Permalink
[docs] Have 404 link points to first page of docs (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Dec 30, 2024
1 parent 38f77b6 commit 4d8f6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default function NotFound() {
<Logo className="mb-8 ml-px" aria-label="Base UI" />
<h1 className="NotFoundHeading">404</h1>
<p className="NotFoundCaption">
This page couldnt be found. Please return to the docs or create a
This page couldn't be found. Please return to the docs or create a
corresponding issue on GitHub.
</p>
<div className="flex flex-col items-start gap-2">
<Link
className="-m-1 inline-flex items-center gap-1 p-1"
href="/react/components/accordion"
href="/react/overview/quick-start"
>
Documentation <ArrowRightIcon />
</Link>
Expand Down

0 comments on commit 4d8f6a7

Please sign in to comment.