diff --git a/src/components/LatestInHashtag.tsx b/src/components/LatestInHashtag.tsx index 26dc180..1a7a4a6 100644 --- a/src/components/LatestInHashtag.tsx +++ b/src/components/LatestInHashtag.tsx @@ -20,20 +20,20 @@ export function LatestInHashtag({ hashtag, icon }: LatestInHashtagProps) { // Loading state if (isLoading) { return ( -
- {posts.length} {posts.length === 1 ? 'article' : 'articles'} -
-+ {posts.length} {posts.length === 1 ? 'article' : 'articles'} in this category +