diff --git a/components.go b/components.go index bef594d..2695590 100644 --- a/components.go +++ b/components.go @@ -39,13 +39,7 @@ func userRowComponent(ctx context.Context, profile sdk.ProfileMetadata, loggedUs } func userNameComponent(profile sdk.ProfileMetadata) HTMLComponent { - return A().Href("nostr:" + profile.Npub()).Target("_blank").Children( - Span(profile.ShortName()).Attr( - "npub", profile.Npub(), - "name", profile.ShortName(), - "_", ` -on mouseenter set my innerText to @npub then hide the next