From 989fd807398c9585f2fdeba050511d8c8c249140 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:05:00 -0400 Subject: [PATCH] Update 404 page --- docsSite/src/theme/NotFound/Content/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docsSite/src/theme/NotFound/Content/index.tsx b/docsSite/src/theme/NotFound/Content/index.tsx index 7bb68c93..5e7ed9b0 100644 --- a/docsSite/src/theme/NotFound/Content/index.tsx +++ b/docsSite/src/theme/NotFound/Content/index.tsx @@ -16,8 +16,11 @@ export default function NotFoundContent({ className }: Props): JSX.Element { know that their link is broken!

- In the meantime, try navigating to the homepage and see if you can find what you're looking - for. + 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.