Skip to content

Commit

Permalink
Fix 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 25, 2024
1 parent 9cea8d1 commit 8da9e9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docsSite/src/theme/NotFound/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export default function NotFoundContent({ className }: Props): JSX.Element {
The page you were looking for doesn't exist. If you clicked on a link from another site, let the authors
know that their link is broken!
</p>
<p>
<b>Here's where you tried to go: </b>
<code>{window.location.pathname + window.location.hash}</code>
</p>
<p>
Try navigating to the <a href="/">homepage</a> and see if you can find what you're looking for there.
</p>
Expand Down

0 comments on commit 8da9e9a

Please sign in to comment.