fix: #117
This commit is contained in:
parent
9ac66131a1
commit
a23177393d
@ -10,5 +10,5 @@ interface MentionProps {
|
||||
export function Mention({ pubkey }: MentionProps) {
|
||||
const user = useUserProfile(pubkey);
|
||||
const npub = hexToBech32("npub", pubkey);
|
||||
return <Link to={`/p/${npub}`}>{user?.name || pubkey}</Link>;
|
||||
return <Link to={`/p/${npub}`} className="text-primary">{user?.name || pubkey}</Link>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user