refactor: remove --highlight
This commit is contained in:
parent
3be4a93e6f
commit
c5645f78e0
11 changed files with 12 additions and 19 deletions
|
|
@ -30,7 +30,7 @@ export default function Nip05({ pubkey }: { pubkey: string }) {
|
|||
<a
|
||||
href={`https://${nip05Domain}`}
|
||||
target="_blank"
|
||||
className={`flex items-center space-x-1 hover:underline truncate ${nip05IsVerified ? 'text-highlight' : 'text-muted-foreground'}`}
|
||||
className={`flex items-center space-x-1 hover:underline truncate ${nip05IsVerified ? 'text-primary' : 'text-muted-foreground'}`}
|
||||
rel="noreferrer"
|
||||
>
|
||||
{nip05IsVerified ? <BadgeCheck className="size-4" /> : <BadgeAlert className="size-4" />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue