this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

signin: replace internet handle for atmosphere account

+19 -3
+19 -3
app/src/lib/header/SignInDialog.tsx
··· 38 38 title="sign in" 39 39 description={ 40 40 <> 41 - sign in to your account with your{' '} 41 + sign in to your{' '} 42 42 <a 43 - href="https://internethandle.org" 43 + href="https://atmosphereaccount.com" 44 44 class="text-blue-400 hover:underline focus-ring" 45 45 target="_blank" 46 46 rel="noopener noreferrer" 47 47 > 48 - internet handle 48 + atmosphere account 49 49 </a> 50 50 </> 51 51 } ··· 99 99 </label> 100 100 )} 101 101 /> 102 + <p class="text-zinc-600 dark:text-zinc-400"> 103 + Use your{' '} 104 + <a 105 + href="https://atmosphereaccount.com" 106 + class="text-blue-400 hover:underline focus-ring" 107 + target="_blank" 108 + rel="noopener" 109 + > 110 + atmosphere account 111 + </a>{' '} 112 + handle to log in. If you are unsure, this is likely your Bluesky ( 113 + <code class="font-mono bg-zinc-300 dark:bg-zinc-700"> 114 + .bsky.social 115 + </code> 116 + ) account. 117 + </p> 102 118 <Show when={authHost()}> 103 119 <p class="text-green-700 text-sm flex items-center gap-1"> 104 120 <Check size={16} aria-hidden="true" />