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 cb66960 commit a45e707Copy full SHA for a45e707
1 file changed
app/components/AuthButton.vue
@@ -8,7 +8,6 @@ const { user } = await useAtproto()
8
<button
9
type="button"
10
class="relative font-mono text-sm flex items-center justify-center w-fit rounded-md transition-colors duration-200 hover:bg-bg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
11
- :aria-label="ariaLabel"
12
@click="showModal = true"
13
>
14
{{ user?.handle || 'login' }}
0 commit comments