Add more spacing between trending hashtag pills and sort tabs

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-18 02:22:35 -06:00
parent 1f016477f6
commit 985fe5e6d8
+1 -1
View File
@@ -203,7 +203,7 @@ export function SearchPage() {
))}
</div>
) : trends && trends.length > 0 ? (
<div className="flex flex-wrap gap-2 px-4 pb-2">
<div className="flex flex-wrap gap-2 px-4 pb-4">
{trends.slice(0, 5).map((trend, index) => (
<TrendItem key={index} trend={trend} />
))}