[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at eac8537f4da5f46fc166b0e041d492d8091dfbca 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-carbon-chevron-down w-3 h-3 text-fg-muted" aria-hidden="true" /> 8 </div> 9 </div> 10</template>