{t('404_PAGE_HEADING')}
- {t('404_PAGE_MSG_PRETEXT')}{' '}
-
- 😔
- {' '}
- {t('404_PAGE_MSG')}
-
- {process.env.NODE_ENV === 'development' ? (
- <>
-
- {t('404_PAGE_DEV_ENV_MSG')}{' '}
- docs/src/pages/.
-
- >
- ) : null}
-
+ {t('404_PAGE_MSG_PRETEXT')} {t('404_PAGE_MSG')}
+
{t('404_GO_HOME_LINK_TEXT')}
diff --git a/src/components/SecondaryHeader/index.tsx b/src/components/SecondaryHeader/index.tsx
index 751a71460..26b45bb93 100644
--- a/src/components/SecondaryHeader/index.tsx
+++ b/src/components/SecondaryHeader/index.tsx
@@ -108,10 +108,11 @@ export const CATEGORY_PAGEIDS: Record