Skip to content

Commit 0aad561

Browse files
committed
update login copy
1 parent e721cb8 commit 0aad561

1 file changed

Lines changed: 23 additions & 9 deletions

File tree

app/components/AuthModal.vue

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function handleLogin() {
6464
>
6565
<div class="p-6">
6666
<div class="flex items-center justify-between mb-6">
67-
<h2 id="auth-modal-title" class="font-mono text-lg font-medium">Account Login</h2>
67+
<h2 id="auth-modal-title" class="font-mono text-lg font-medium">Account</h2>
6868
<button
6969
type="button"
7070
class="text-fg-subtle hover:text-fg transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 rounded"
@@ -92,9 +92,7 @@ async function handleLogin() {
9292

9393
<!-- Disconnected state -->
9494
<form v-else class="space-y-4" @submit.prevent="handleLogin">
95-
<p class="text-sm text-fg-muted">
96-
Login with your Atmosphere account. The same one as Bluesky, Blacksky, or tangled
97-
</p>
95+
<p class="text-sm text-fg-muted">Login with your Atmosphere account</p>
9896

9997
<div class="space-y-3">
10098
<div>
@@ -124,15 +122,31 @@ async function handleLogin() {
124122
</summary>
125123
<div class="mt-3">
126124
<p>
127-
<span class="font-bold">npmx.dev</span> is an atmosphere application, meaning
128-
it's built on the
125+
<span class="font-bold">npmx.dev</span> is built on the
129126
<a
130127
href="https://atproto.com"
131128
target="_blank"
132129
class="text-blue-400 hover:underline"
133-
>AT Protocol</a
134-
>. This means users can own their data and use one account for all atmosphere
135-
accounts.
130+
>
131+
AT Protocol </a
132+
>, allowing users to own their data and use one account for all compatible
133+
applications. Once you create an account, you can use other apps like
134+
<a
135+
href="https://bsky.app"
136+
target="_blank"
137+
class="text-blue-400 hover:underline"
138+
>
139+
Bluesky
140+
</a>
141+
and
142+
<a
143+
href="https://tangled.org"
144+
target="_blank"
145+
class="text-blue-400 hover:underline"
146+
>
147+
Tangled
148+
</a>
149+
with the same login.
136150
</p>
137151
</div>
138152
</details>

0 commit comments

Comments
 (0)