diff --git a/docsSite/src/theme/NotFound/Content/index.tsx b/docsSite/src/theme/NotFound/Content/index.tsx index 5e7ed9b0..9bc762a6 100644 --- a/docsSite/src/theme/NotFound/Content/index.tsx +++ b/docsSite/src/theme/NotFound/Content/index.tsx @@ -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!

-

- Here's where you tried to go: - {window.location.pathname + window.location.hash} -

Try navigating to the homepage and see if you can find what you're looking for there.