From cea28e0c1d91489756491f24a3e1376188d2bbf8 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 14 Nov 2016 01:19:25 +0100 Subject: Fix wrong link header on followers API, wrong link in tabs component, order account results --- app/assets/javascripts/components/features/ui/components/tabs_bar.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/assets') diff --git a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx index b39030ca5..723f8c9ac 100644 --- a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx +++ b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx @@ -14,6 +14,7 @@ const tabStyle = { padding: '10px', color: '#fff', textDecoration: 'none', + textAlign: 'center', fontSize: '12px', fontWeight: '500', borderBottom: '2px solid #373b4a' @@ -30,7 +31,7 @@ const TabsBar = () => { Compose Home Mentions - Public + Public ); }; -- cgit