From: Jessica Stokes Date: Thu, 5 Jan 2017 03:30:22 +0000 (-0800) Subject: Replace "Public" in tab bar with "More" hamburger X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9c493b1ea28ac3d36be367c019236394b6bd341d;p=mastodon.git Replace "Public" in tab bar with "More" hamburger --- 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 dbfdc3f85..aa40a488f 100644 --- a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx +++ b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx @@ -30,7 +30,7 @@ const TabsBar = () => { - + ); };