From 340f1e9149c6d648d1b4d107d992dad4fddcb627 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Apr 2019 20:31:56 -0500 Subject: Compact the hashtag section of the search UI. Get rid of trending sections; they do not work properly on instances with less than 10,000 active users. --- .../flavours/glitch/features/compose/components/search_results.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/javascript/flavours/glitch/features/compose/components') diff --git a/app/javascript/flavours/glitch/features/compose/components/search_results.js b/app/javascript/flavours/glitch/features/compose/components/search_results.js index 69df8cdc9..5c443980e 100644 --- a/app/javascript/flavours/glitch/features/compose/components/search_results.js +++ b/app/javascript/flavours/glitch/features/compose/components/search_results.js @@ -97,9 +97,9 @@ class SearchResults extends ImmutablePureComponent { - {accounts} - {statuses} {hashtags} + {statuses} + {accounts} ); }; -- cgit