Skip to content

Commit

Permalink
Update 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 25, 2024
1 parent 3c616e2 commit 989fd80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docsSite/src/theme/NotFound/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ export default function NotFoundContent({ className }: Props): JSX.Element {
know that their link is broken!
</p>
<p>
In the meantime, try navigating to the <a href="/">homepage</a> and see if you can find what you're looking
for.
<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>
<p>
<img src={Image404} height="250" />
Expand Down

0 comments on commit 989fd80

Please sign in to comment.