mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-26 17:52:18 +01:00
Merge branch 'master' into next
This commit is contained in:
commit
12c34ea10e
@ -30,7 +30,7 @@ export const UserDnsIdentityIcon = ({ pubkey, onlyIcon }: { pubkey: string; only
|
||||
}
|
||||
return (
|
||||
<Text as="span" whiteSpace="nowrap">
|
||||
{metadata.nip05} {renderIcon()}
|
||||
{metadata.nip05.startsWith("_@")?metadata.nip05.substr(2):metadata.nip05} {renderIcon()}
|
||||
</Text>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user