[READ-ONLY] a fast, modern browser for the npm registry
at main 10 lines 444 B view raw
1<template> 2 <div class="relative flex min-w-28 justify-end"> 3 <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" 5 > 6 <span class="font-mono text-sm text-fg-muted">{{ $t('account_menu.connect') }}</span> 7 <span class="i-lucide:chevron-down w-3 h-3 text-fg-muted" aria-hidden="true" /> 8 </div> 9 </div> 10</template>