File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,13 +79,10 @@ watch(user, async newUser => {
7979 <NuxtLink
8080 :to =" { name: 'profile-handle', params: { handle: user.handle } }"
8181 prefetch-on =" interaction"
82+ class =" block w-full px-4 py-2 font-mono text-sm text-fg-muted bg-bg-subtle border border-border rounded-md transition-colors duration-200 hover:text-fg hover:border-border-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 text-center"
83+ @click =" authModal.close()"
8284 >
83- <button
84- class =" w-full px-4 py-2 font-mono text-sm text-fg-muted bg-bg-subtle border border-border rounded-md transition-colors duration-200 hover:text-fg hover:border-border-hover focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
85- @click =" authModal.close()"
86- >
87- {{ $t('auth.modal.profile') }}
88- </button >
85+ {{ $t('auth.modal.profile') }}
8986 </NuxtLink >
9087
9188 <button
You can’t perform that action at this time.
0 commit comments