mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 03:56:44 +02:00
fix user profile nostr.guru link
This commit is contained in:
@@ -45,7 +45,7 @@ export const UserProfileMenu = ({ pubkey, ...props }: { pubkey: string } & Omit<
|
||||
<MenuItem
|
||||
as="a"
|
||||
icon={<Avatar src={IMAGE_ICONS.nostrGuruIcon} size="xs" />}
|
||||
href={`https://www.nostr.guru/p/${npub}`}
|
||||
href={`https://www.nostr.guru/p/${pubkey}`}
|
||||
target="_blank"
|
||||
>
|
||||
Open in Nostr.guru
|
||||
|
Reference in New Issue
Block a user