[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.

fix: change search view mode icons (#574)

authored by

Bruce and committed by
GitHub
2450fda9 0d060267

+2 -2
+2 -2
app/components/ViewModeToggle.vue
··· 18 18 :aria-label="$t('filters.view_mode.cards')" 19 19 @click="viewMode = 'cards'" 20 20 > 21 - <span class="i-carbon-grid w-4 h-4" aria-hidden="true" /> 21 + <span class="i-carbon-horizontal-view w-4 h-4" aria-hidden="true" /> 22 22 <span class="sr-only">{{ $t('filters.view_mode.cards') }}</span> 23 23 </button> 24 24 <button ··· 29 29 :aria-label="$t('filters.view_mode.table')" 30 30 @click="viewMode = 'table'" 31 31 > 32 - <span class="i-carbon-list w-4 h-4" aria-hidden="true" /> 32 + <span class="i-carbon-table-split w-4 h-4" aria-hidden="true" /> 33 33 <span class="sr-only">{{ $t('filters.view_mode.table') }}</span> 34 34 </button> 35 35 </div>