We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209e8a3 commit 9dc0452Copy full SHA for 9dc0452
1 file changed
app/components/AuthModal.vue
@@ -79,7 +79,7 @@ async function handleLogin() {
79
<div class="flex items-center gap-3 p-4 bg-bg-subtle border border-border rounded-lg">
80
<span class="w-3 h-3 rounded-full bg-green-500" aria-hidden="true" />
81
<div>
82
- <p class="font-mono text-xs text-fg-muted">Connected in as @{{ user.handle }}</p>
+ <p class="font-mono text-xs text-fg-muted">Connected as @{{ user.handle }}</p>
83
</div>
84
85
<button
0 commit comments