From 9f9e3234ddb5875f6eecbcdda3b8496e2d061cc3 Mon Sep 17 00:00:00 2001 From: YoheiZuho Date: Sun, 2 Jul 2023 08:09:16 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mastodon/features/ui/components/tabs_bar.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/javascript/mastodon/features/ui/components/tabs_bar.js b/app/javascript/mastodon/features/ui/components/tabs_bar.js index e919a1e25..417c9defa 100644 --- a/app/javascript/mastodon/features/ui/components/tabs_bar.js +++ b/app/javascript/mastodon/features/ui/components/tabs_bar.js @@ -10,11 +10,11 @@ import { isUserTouching } from '../../../is_mobile'; import Icon from 'mastodon/components/icon'; export const links = [ - , - , - , - , - , + , + , + , + , + , , ];