Skip to content

Commit e99c8cf

Browse files
beacon: demote sign-in to a low-key topbar link (extension barrier)
Most visitors lack a NIP-07 signer, so a headline 'Sign in with did:nostr' CTA over-promises. Drop it to a quiet text link until xlogin (extension-free login) makes the flow smooth enough to re-headline.
1 parent bc6580d commit e99c8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<a class="tb-brand" href="/"><span class="dot"></span> nostr.social</a>
115115
<nav class="tb-nav">
116116
<a href="/link">Link your pod</a>
117-
<a class="tb-cta" href="https://jss.live/sso/?resolver=https://nostr.social" target="_blank" rel="noopener">Sign in with did:nostr</a>
117+
<a href="https://jss.live/sso/?resolver=https://nostr.social" target="_blank" rel="noopener">Sign in</a>
118118
</nav>
119119
</header>
120120
<main>

0 commit comments

Comments
 (0)