From 8da9e9a6d85630afedb3463870fa534b69243e90 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:43:44 -0400 Subject: [PATCH] Fix 404 page --- docsSite/src/theme/NotFound/Content/index.tsx | 4 ---- 1 file changed, 4 deletions(-) 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.