feat: support translation for profile abount
This commit is contained in:
parent
e89cfc03e9
commit
d3093a1c4e
20 changed files with 290 additions and 133 deletions
|
|
@ -42,7 +42,7 @@ export default function Nip05({ pubkey, append }: { pubkey: string; append?: str
|
|||
)}
|
||||
<SecondaryPageLink
|
||||
to={toNoteList({ domain: nip05Domain })}
|
||||
className={`hover:underline truncate ${nip05IsVerified ? 'text-primary' : 'text-muted-foreground'}`}
|
||||
className={`hover:underline truncate text-sm ${nip05IsVerified ? 'text-primary' : 'text-muted-foreground'}`}
|
||||
>
|
||||
{nip05Domain}
|
||||
</SecondaryPageLink>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue