feat: improve nip05 favicon loading and display effect
This commit is contained in:
parent
069ac34b86
commit
03deb9d375
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ export default function Nip05({ pubkey, append }: { pubkey: string; append?: str
|
|||
{nip05IsVerified ? (
|
||||
<Favicon
|
||||
domain={nip05Domain}
|
||||
className="w-3.5 h-3.5"
|
||||
className="w-3.5 h-3.5 rounded-full"
|
||||
fallback={<BadgeCheck className="text-primary" />}
|
||||
/>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue