diff --git a/src/components/organisms/HotActiveUsers/HotActiveUsers.tsx b/src/components/organisms/HotActiveUsers/HotActiveUsers.tsx index a1565ae13..1e8588771 100644 --- a/src/components/organisms/HotActiveUsers/HotActiveUsers.tsx +++ b/src/components/organisms/HotActiveUsers/HotActiveUsers.tsx @@ -74,7 +74,7 @@ export function HotActiveUsers({ limit = DEFAULT_USERS_LIMIT, className }: HotAc return ( - + {'Active users'} {error ? ( diff --git a/src/components/organisms/HotTagsCardsSection/HotTagsCardsSection.tsx b/src/components/organisms/HotTagsCardsSection/HotTagsCardsSection.tsx index b6d5a46b7..541760f1a 100644 --- a/src/components/organisms/HotTagsCardsSection/HotTagsCardsSection.tsx +++ b/src/components/organisms/HotTagsCardsSection/HotTagsCardsSection.tsx @@ -82,7 +82,7 @@ export function HotTagsCardsSection({ className }: HotTagsCardsSectionProps) { if (error) { return ( - + {'Hot tags'} {'Failed to load tags'} @@ -93,7 +93,7 @@ export function HotTagsCardsSection({ className }: HotTagsCardsSectionProps) { if (isEffectivelyLoading) { return ( - + {'Hot tags'} @@ -107,7 +107,7 @@ export function HotTagsCardsSection({ className }: HotTagsCardsSectionProps) { className={cn('flex w-full flex-col gap-2', className)} data-testid="hot-tags-cards-section" > - + {'Hot tags'} {featuredTags.length === 0 ? ( diff --git a/src/components/templates/Feed/Hot/Hot.tsx b/src/components/templates/Feed/Hot/Hot.tsx index 0c9eac4b9..abee58a23 100644 --- a/src/components/templates/Feed/Hot/Hot.tsx +++ b/src/components/templates/Feed/Hot/Hot.tsx @@ -55,7 +55,7 @@ export function Hot() { {/* Trending Posts - hidden via CSS when another tab is active on mobile */} - + {'Trending posts'}