From 29a68897e14e2e333677e029606eb25c9a77ef97 Mon Sep 17 00:00:00 2001 From: Ebise Lutica <7106976+Xeltica@users.noreply.github.com> Date: Fri, 6 May 2022 11:46:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=AD=E3=81=93=E3=81=BF=E3=81=BF=E3=82=A2?= =?UTF-8?q?=E3=82=B8=E3=83=A3=E3=82=B9=E3=82=BF=E3=83=BC=E3=81=AENEW?= =?UTF-8?q?=E3=82=92=E8=A7=A3=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/pages/index.session.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/pages/index.session.tsx b/src/frontend/pages/index.session.tsx index 0d730b3..18f4ac5 100644 --- a/src/frontend/pages/index.session.tsx +++ b/src/frontend/pages/index.session.tsx @@ -33,7 +33,7 @@ export const IndexSessionPage: React.VFC = () => { const it: TabItem[] = []; it.push({ label: t('_nav.misshai'), key: 'misshai' }); it.push({ label: t('_nav.accounts'), key: 'accounts' }); - it.push({ label: t('_nav.catAdjuster'), key: 'nekomimi', isNew: true }); + it.push({ label: t('_nav.catAdjuster'), key: 'nekomimi' }); if (session?.isAdmin) { it.push({ label: 'Admin', key: 'admin' }); }