feat: improve QR code for easier scanning
This commit is contained in:
parent
fdc5757c63
commit
96ed0757de
2 changed files with 17 additions and 33 deletions
|
|
@ -24,9 +24,9 @@ export default function NpubQrCode({ pubkey }: { pubkey: string }) {
|
|||
const content = (
|
||||
<div className="w-full flex flex-col items-center gap-4 p-8">
|
||||
<div className="flex items-center w-full gap-2 pointer-events-none px-1">
|
||||
<UserAvatar size="semiBig" userId={pubkey} />
|
||||
<UserAvatar size="big" userId={pubkey} />
|
||||
<div className="flex-1 w-0">
|
||||
<Username userId={pubkey} className="text-xl font-semibold truncate" />
|
||||
<Username userId={pubkey} className="text-2xl font-semibold truncate" />
|
||||
<Nip05 pubkey={pubkey} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue