Merge branch 'master' into next

This commit is contained in:
hzrd149 2023-07-16 15:41:40 -05:00
commit 12c34ea10e

View File

@ -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>
);
};