Improve page titles

This commit is contained in:
Sakura Knoll
2022-04-06 04:52:27 +09:00 Unverified
parent 1e5358aa40
commit 27f9d532eb
18 changed files with 47 additions and 77 deletions
@@ -124,6 +124,7 @@ const NavItem = ({ target }: NavItemProps) => {
}}
>
{t(`common.${target}`)}
{target === 'elysian-realm' ? ` (${t('common.wip')})` : ''}
</Text>
</NavLink>
</NextLink>