diff --git a/thoughts-frontend/components/thought-card.tsx b/thoughts-frontend/components/thought-card.tsx index 737f515..ae3de06 100644 --- a/thoughts-frontend/components/thought-card.tsx +++ b/thoughts-frontend/components/thought-card.tsx @@ -165,9 +165,14 @@ export function ThoughtCard({ {author.displayName || author.username} {!author.local && ( - - {author.username.startsWith("@") ? author.username : `@${author.username}`} - +