From 985fe5e6d804db84f5b2d3379b42e4183cc2d404 Mon Sep 17 00:00:00 2001 From: "shakespeare.diy" Date: Wed, 18 Feb 2026 02:22:35 -0600 Subject: [PATCH] Add more spacing between trending hashtag pills and sort tabs Co-authored-by: shakespeare.diy --- src/pages/SearchPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SearchPage.tsx b/src/pages/SearchPage.tsx index ef2ae8cb..0e68e40f 100644 --- a/src/pages/SearchPage.tsx +++ b/src/pages/SearchPage.tsx @@ -203,7 +203,7 @@ export function SearchPage() { ))} ) : trends && trends.length > 0 ? ( -
+
{trends.slice(0, 5).map((trend, index) => ( ))}