diff --git a/components/Header/index.tsx b/components/Header/index.tsx index 2a9adfe5..68e084be 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -42,6 +42,8 @@ const Header = () => { // Router const router = useRouter() + const locale = + router.locale && ['en', 'ja'].includes(router.locale) ? router.locale : 'en' // State management const [copyToastOpen, setCopyToastOpen] = useState(false) @@ -469,17 +471,23 @@ const Header = () => { - + {t('about.segmented_control.about')} - + {t('about.segmented_control.updates')} - + {t('about.segmented_control.roadmap')}