diff --git a/src/pages/SearchPage.tsx b/src/pages/SearchPage.tsx index 2de62a04..2f98da1a 100644 --- a/src/pages/SearchPage.tsx +++ b/src/pages/SearchPage.tsx @@ -274,65 +274,65 @@ export function SearchPage() { - {/* Platform */} -
- Show posts from - setPlatform(v as typeof platform)} - className="space-y-1.5" - > - {[ - { value: 'nostr', label: 'Nostr' }, - { value: 'activitypub', label: 'Mastodon' }, - { value: 'atproto', label: 'Bluesky' }, - ].map(({ value, label }) => ( -
- - -
- ))} -
-
- - - {/* Event kind */} -
-
- - Event kind -
- - {kindFilter === 'custom' && ( - setCustomKindText(e.target.value)} - className="bg-secondary/50 border-border focus-visible:ring-1 rounded-lg text-sm" - /> - )} -
+
+
+ + Event kind +
+ + {kindFilter === 'custom' && ( + setCustomKindText(e.target.value)} + className="bg-secondary/50 border-border focus-visible:ring-1 rounded-lg text-sm" + /> + )} +
+ + + + {/* Platform */} +
+ Show posts from + setPlatform(v as typeof platform)} + className="space-y-1.5" + > + {[ + { value: 'nostr', label: 'Nostr' }, + { value: 'activitypub', label: 'Mastodon' }, + { value: 'atproto', label: 'Bluesky' }, + ].map(({ value, label }) => ( +
+ + +
+ ))} +
+