diff --git a/src/features/search/components/explorer-cards.tsx b/src/features/search/components/explorer-cards.tsx index f58c298c0..a6e7e13a7 100644 --- a/src/features/search/components/explorer-cards.tsx +++ b/src/features/search/components/explorer-cards.tsx @@ -57,10 +57,10 @@ const ExplorerCards = () => { {/* Nostr */} - + {/* Title */}

@@ -73,8 +73,8 @@ const ExplorerCards = () => { -

- +
+
@@ -82,7 +82,7 @@ const ExplorerCards = () => { {/* Bridge */} {/* Title */} @@ -95,8 +95,8 @@ const ExplorerCards = () => { -
- +
+
diff --git a/src/features/search/components/people-to-follow-card.tsx b/src/features/search/components/people-to-follow-card.tsx index 7820a1703..4e8b566dc 100644 --- a/src/features/search/components/people-to-follow-card.tsx +++ b/src/features/search/components/people-to-follow-card.tsx @@ -78,7 +78,7 @@ const AccountsCarousel = () => { } return ( - + diff --git a/src/locales/en.json b/src/locales/en.json index bf282e524..7ff7524f1 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -368,7 +368,7 @@ "column.event_map": "Event location", "column.event_participants": "Event participants", "column.events": "Events", - "column.explorer.bridge_card.text": "Curious about Bridges? Click here", + "column.explorer.bridge_card.text": "Curious about Bridges? Click here", "column.explorer.bridge_card.title": "Bridge", "column.explorer.filters": "Filters:", "column.explorer.filters.add_filter": "Add Filter", @@ -384,7 +384,7 @@ "column.explorer.filters.platforms": "Platforms:", "column.explorer.filters.show_replies": "Show replies:", "column.explorer.filters.show_text_posts": "Just text posts:", - "column.explorer.nostr_card.text": "Wondering about Nostr? Find Out More", + "column.explorer.nostr_card.text": "Wondering about Nostr? Click here", "column.explorer.nostr_card.title": "Nostr", "column.explorer.popular_accounts": "Popular Accounts", "column.explorer.welcome_card.text": "Explore the world of decentralized social media, dive into Nostr or cross the bridge to other networks, and connect with a global community. All in one place.",