about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/getting_started
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2022-03-13 13:15:19 +0900
committerClaire <claire.github-309c@sitedethib.com>2022-10-08 20:49:02 +0200
commit815bf3753a6db860765c8f6866dbdb5f154811af (patch)
tree1f650ee4f1ec878b5a6b5944a95979483b7a1d54 /app/javascript/flavours/glitch/features/getting_started
parent2097fd9008c128f01292439b52ff891f1921c8ac (diff)
[Glitch] Change the "Explore" icon from fa-globe to fa-hashtag
Port e38a01c41add3dbbb0a9a7a68e591ce8313aa13a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/features/getting_started')
-rw-r--r--app/javascript/flavours/glitch/features/getting_started/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js
index ac749f294..aa1d26cf5 100644
--- a/app/javascript/flavours/glitch/features/getting_started/index.js
+++ b/app/javascript/flavours/glitch/features/getting_started/index.js
@@ -138,7 +138,7 @@ const NAVIGATION_PANEL_BREAKPOINT = 600 + (285 * 2) + (10 * 2);
       }
     }
 
-    navItems.push(<ColumnLink key='explore' icon='globe' text={intl.formatMessage(messages.explore)} to='/explore' />);
+    navItems.push(<ColumnLink key='explore' icon='hashtag' text={intl.formatMessage(messages.explore)} to='/explore' />);
 
     if (!multiColumn || !columns.find(item => item.get('id') === 'DIRECT')) {
       navItems.push(<ColumnLink key='conversations' icon='envelope' text={intl.formatMessage(messages.direct)} to='/conversations' />);