fix: 🎨

This commit is contained in:
codytseng
2025-02-15 22:38:45 +08:00
parent 6c63da2a96
commit 83ae874059
5 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ export function EmbeddedMention({ userId }: { userId: string }) {
<Username
userId={userId}
showAt
className="text-highlight font-normal inline-block"
className="text-highlight font-normal inline"
withoutSkeleton
/>
)