From: Eugen Rochko Date: Sun, 13 Mar 2022 08:48:39 +0000 (+0100) Subject: Fix public timelines being inaccessible on one stage of responsive layout in web... X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fa47c37f13c7fa4d38edd83818f681cf99d6ea9c;p=mastodon.git Fix public timelines being inaccessible on one stage of responsive layout in web UI (#17760) Fix #17756 --- diff --git a/app/javascript/mastodon/features/ui/components/tabs_bar.js b/app/javascript/mastodon/features/ui/components/tabs_bar.js index 195403fd3..55668cab6 100644 --- a/app/javascript/mastodon/features/ui/components/tabs_bar.js +++ b/app/javascript/mastodon/features/ui/components/tabs_bar.js @@ -10,9 +10,9 @@ import NotificationsCounterIcon from './notifications_counter_icon'; export const links = [ , , - , - , - , + , + , + , , ];