File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,17 +252,7 @@ onKeyStroke(
252252
253253 <!-- End: Desktop nav items + Mobile menu button -->
254254 <div class =" hidden sm:flex flex-shrink-0 space-x-0.5 md:space-x-2" >
255- <!-- Desktop: Compare link -->
256- <LinkBase
257- class =" border-none"
258- variant =" button-secondary"
259- :to =" { name: 'compare' }"
260- keyshortcut =" c"
261- >
262- {{ $t('nav.compare') }}
263- </LinkBase >
264-
265- <!-- Desktop: Settings link -->
255+ <!-- Desktop links -->
266256 <LinkBase
267257 v-for =" link in desktopLinks"
268258 :key =" link.name"
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ function openAuthModal() {
6262 :aria-expanded =" isOpen"
6363 aria-haspopup =" true"
6464 @click =" isOpen = !isOpen"
65- class =" border-none"
6665 >
6766 <!-- Stacked avatars when connected -->
6867 <div
@@ -106,7 +105,7 @@ function openAuthModal() {
106105 </div >
107106
108107 <!-- "connect" text when not connected -->
109- <span v-if =" !hasAnyConnection" class =" font-mono text-sm" >
108+ <span v-if =" !hasAnyConnection" class =" font-sans text-sm" >
110109 {{ $t('account_menu.connect') }}
111110 </span >
112111
Original file line number Diff line number Diff line change 11<template >
22 <div class =" relative flex min-w-24 justify-end" >
33 <div
4- class =" inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md text-sm px-4 py-2 bg-transparent text-fg border-none "
4+ class =" inline-flex gap-x-1 items-center justify-center font-mono border border-border rounded-md text-sm px-4 py-2 bg-transparent text-fg border border-border "
55 >
6- <span class =" font-mono text-sm text-fg-muted" >{{ $t('account_menu.connect') }}</span >
6+ <span class =" font-sans text-sm text-fg-muted" >{{ $t('account_menu.connect') }}</span >
77 <span class =" i-carbon-chevron-down w-3 h-3 text-fg-muted" aria-hidden =" true" />
88 </div >
99 </div >
You can’t perform that action at this time.
0 commit comments