From 712815554a94b540eba38a7b783d049bffd8b252 Mon Sep 17 00:00:00 2001 From: Leslie Ngo Date: Tue, 2 Aug 2022 16:52:25 -0700 Subject: [PATCH] homescreen_tabs: Change "globe" icon to "align-left" icon. This change was made to make the All-Messages icon in mobile Zulip congruent to the one found in browser Zulip. This change was performed by changing the "name" property of the first TopTabButton component found in HomeScreen.js. This property was changed from "globe" to "align-left". It is important to note that this property is a string restricted by Flow's literal union type. A list of all valid strings for this property can be found in "FeatherGlyphs" type at the top of Icons.js. This commit has passed all included tests. Fixes: #5303. --- src/main/HomeScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/HomeScreen.js b/src/main/HomeScreen.js index ee513cd8bb0..05e1a4294fa 100644 --- a/src/main/HomeScreen.js +++ b/src/main/HomeScreen.js @@ -41,7 +41,7 @@ export default function HomeScreen(props: Props): Node { { dispatch(doNarrow(HOME_NARROW)); }}