7 changed files with 34 additions and 25 deletions
@ -1,5 +1,5 @@ |
|||||||
import Username from '../Username' |
import Username from '../Username' |
||||||
|
|
||||||
export function EmbeddedMention({ userId }: { userId: string }) { |
export function EmbeddedMention({ userId }: { userId: string }) { |
||||||
return <Username userId={userId} showAt className="text-highlight font-normal" /> |
return <Username userId={userId} showAt className="text-highlight font-normal inline-block" /> |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue