diff --git a/src/components/ArticleView.tsx b/src/components/ArticleView.tsx index eb89583..3c1ccba 100644 --- a/src/components/ArticleView.tsx +++ b/src/components/ArticleView.tsx @@ -174,9 +174,13 @@ export function ArticleView({ post }: ArticleViewProps) { {hashtags.length > 0 && (
{hashtags.map((tag) => ( - - #{tag} - + + #{tag} + ))}
)}