Skip to content

Commit 209e8a3

Browse files
committed
changed some wording around as discussed in discord
1 parent c17612d commit 209e8a3

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

app/components/AuthModal.vue

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function handleLogin() {
7979
<div class="flex items-center gap-3 p-4 bg-bg-subtle border border-border rounded-lg">
8080
<span class="w-3 h-3 rounded-full bg-green-500" aria-hidden="true" />
8181
<div>
82-
<p class="font-mono text-xs text-fg-muted">Logged in as @{{ user.handle }}</p>
82+
<p class="font-mono text-xs text-fg-muted">Connected in as @{{ user.handle }}</p>
8383
</div>
8484
</div>
8585
<button
@@ -92,7 +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">Login with your Atmosphere account</p>
95+
<p class="text-sm text-fg-muted">Connect with your Atmosphere account</p>
9696

9797
<div class="space-y-3">
9898
<div>
@@ -122,15 +122,17 @@ async function handleLogin() {
122122
</summary>
123123
<div class="mt-3">
124124
<p>
125-
<span class="font-bold">npmx.dev</span> is built on the
125+
<span class="font-bold">npmx.dev</span> uses the
126126
<a
127127
href="https://atproto.com"
128128
target="_blank"
129129
class="text-blue-400 hover:underline"
130130
>
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
131+
AT Protocol
132+
</a>
133+
to power many of its social features, allowing users to own their data and use
134+
one account for all compatible applications. Once you create an account, you
135+
can use other apps like
134136
<a
135137
href="https://bsky.app"
136138
target="_blank"
@@ -146,7 +148,7 @@ async function handleLogin() {
146148
>
147149
Tangled
148150
</a>
149-
with the same login.
151+
with the same account.
150152
</p>
151153
</div>
152154
</details>
@@ -157,7 +159,7 @@ async function handleLogin() {
157159
:disabled="!handleInput.trim()"
158160
class="w-full px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md transition-all duration-200 hover:bg-fg/90 disabled:opacity-50 disabled:cursor-not-allowed focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 focus-visible:ring-offset-2 focus-visible:ring-offset-bg"
159161
>
160-
Login
162+
Connect
161163
</button>
162164
<button
163165
type="button"
@@ -172,7 +174,7 @@ async function handleLogin() {
172174
@click="handleBlueskySignIn"
173175
class="w-full px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md transition-all duration-200 hover:bg-fg/90 disabled:opacity-50 disabled:cursor-not-allowed focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 focus-visible:ring-offset-2 focus-visible:ring-offset-bg flex items-center justify-center gap-2"
174176
>
175-
Sign in with Bluesky
177+
Connect with Bluesky
176178
<svg fill="none" viewBox="0 0 64 57" width="20" style="width: 20px">
177179
<path
178180
fill="#0F73FF"

0 commit comments

Comments
 (0)