Skip to content

Commit 9dc0452

Browse files
committed
typo
1 parent 209e8a3 commit 9dc0452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AuthModal.vue

Lines changed: 1 addition & 1 deletion
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">Connected in as @{{ user.handle }}</p>
82+
<p class="font-mono text-xs text-fg-muted">Connected as @{{ user.handle }}</p>
8383
</div>
8484
</div>
8585
<button

0 commit comments

Comments
 (0)