Skip to content

Commit a45e707

Browse files
committed
chore: remove missing prop
1 parent cb66960 commit a45e707

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/AuthButton.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const { user } = await useAtproto()
88
<button
99
type="button"
1010
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"
1211
@click="showModal = true"
1312
>
1413
{{ user?.handle || 'login' }}

0 commit comments

Comments
 (0)