mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-11 05:13:21 +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
|
<MenuItem
|
||||||
as="a"
|
as="a"
|
||||||
icon={<Avatar src={IMAGE_ICONS.nostrGuruIcon} size="xs" />}
|
icon={<Avatar src={IMAGE_ICONS.nostrGuruIcon} size="xs" />}
|
||||||
href={`https://www.nostr.guru/p/${npub}`}
|
href={`https://www.nostr.guru/p/${pubkey}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Open in Nostr.guru
|
Open in Nostr.guru
|
||||||
|
Reference in New Issue
Block a user