From 4a686ddf8ac7a2ab2666199d28be666d6bbd691b Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Fri, 31 Aug 2018 13:56:31 +0200 Subject: [Glitch] On the mobile UI, move the search column to the right Port 20bb90ced60fdac4ca254b43dad5615b1549da26 to glitch-soc --- app/javascript/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 3bc757643..b2fee21e1 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 = [ , , - , , , + , , ]; -- cgit