fix: nip05 fix

This commit is contained in:
Alejandro Gomez 2023-01-27 08:15:22 +01:00
parent 802c6b331c
commit 661f2936e6
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
.nip05 .nick { .nip05 .nick {
color: var(--font-secondary-color); color: var(--font-secondary-color);
margin-right: .2em;
} }
.nip05 .domain { .nip05 .domain {

View File

@ -60,7 +60,7 @@ const Nip05 = (props: Nip05Params) => {
<div className={`flex nip05${couldNotVerify ? " failed" : ""}`} onClick={(ev) => ev.stopPropagation()}> <div className={`flex nip05${couldNotVerify ? " failed" : ""}`} onClick={(ev) => ev.stopPropagation()}>
{!isDefaultUser && ( {!isDefaultUser && (
<div className="nick"> <div className="nick">
{`@${name}`} {`${name}@`}
</div> </div>
)} )}
<span className="domain" data-domain={domain?.toLowerCase()}> <span className="domain" data-domain={domain?.toLowerCase()}>