From deb14b957aa1d98e2e1042d486521cc42c2301ad Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Fri, 31 Aug 2018 13:56:31 +0200 Subject: [PATCH] [Glitch] On the mobile UI, move the search column to the right Port 5f0b9c5d3681f2c6a6e9b837055f92c935a599d8 to glitch-soc --- .../flavours/glitch/features/ui/components/tabs_bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/ui/components/tabs_bar.js b/app/javascript/flavours/glitch/features/ui/components/tabs_bar.js index 3bc7576434..b2fee21e1b 100644 --- a/app/javascript/flavours/glitch/features/ui/components/tabs_bar.js +++ b/app/javascript/flavours/glitch/features/ui/components/tabs_bar.js @@ -8,10 +8,10 @@ import { isUserTouching } from 'flavours/glitch/util/is_mobile'; export const links = [ , , - , , , + , , ];