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 69e4934 commit 56b3ec9Copy full SHA for 56b3ec9
app/components/Header/AccountMenu.client.vue
@@ -88,7 +88,11 @@ function openAuthModal() {
88
</div>
89
90
<!-- "connect" text when not connected -->
91
- <span v-if="!hasAnyConnection" class="font-mono text-sm">
+
92
+ <span v-if="hasAnyConnection" class="sr-only">
93
+ {{ $t('account_menu.account') }}
94
+ </span>
95
+ <span v-else class="font-mono text-sm">
96
{{ $t('account_menu.connect') }}
97
</span>
98
0 commit comments