about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/explore/index.js
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/explore/index.js
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/explore/index.js')
-rw-r--r--app/javascript/flavours/glitch/features/explore/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/explore/index.js b/app/javascript/flavours/glitch/features/explore/index.js
index 01193dab7..f3419a658 100644
--- a/app/javascript/flavours/glitch/features/explore/index.js
+++ b/app/javascript/flavours/glitch/features/explore/index.js
@@ -56,7 +56,7 @@ class Explore extends React.PureComponent {
           </div>
         ) : (
           <ColumnHeader
-            icon={isSearching ? 'search' : 'globe'}
+            icon={isSearching ? 'search' : 'hashtag'}
             title={intl.formatMessage(isSearching ? messages.searchResults : messages.title)}
             onClick={this.handleHeaderClick}
             multiColumn={multiColumn}