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 31d10ed commit f823696Copy full SHA for f823696
2 files changed
app/components/Header/AccountMenu.client.vue
@@ -106,7 +106,7 @@ function openAuthModal() {
106
</span>
107
108
<!-- "connect" text when not connected -->
109
- <span v-if="!hasAnyConnection" class="font-sans text-sm">
+ <span v-if="!hasAnyConnection" class="text-sm">
110
{{ $t('account_menu.connect') }}
111
112
app/components/Header/AccountMenu.server.vue
@@ -2,7 +2,7 @@
2
<div
3
class="inline-flex gap-x-1.5 items-center justify-center font-mono rounded-md text-sm px-4 py-2 bg-transparent text-fg"
4
>
5
- <span class="font-sans text-sm text-fg-muted">{{ $t('account_menu.connect') }}</span>
+ <span class="text-sm text-fg-muted">{{ $t('account_menu.connect') }}</span>
6
<span class="i-carbon-chevron-down w-3 h-3 text-fg-muted" aria-hidden="true" />
7
</div>
8
</template>
0 commit comments