Skip to content

Commit c94d599

Browse files
committed
replace overflow vertical icon
1 parent 6ddd4f0 commit c94d599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ watch(selectedMetric, value => {
16531653

16541654
<template #menuIcon="{ isOpen }">
16551655
<span v-if="isOpen" class="i-lucide:circle-x w-6 h-6" aria-hidden="true" />
1656-
<span v-else class="i-carbon:overflow-menu-vertical w-6 h-6" aria-hidden="true" />
1656+
<span v-else class="i-lucide:ellipsis-vertical w-6 h-6" aria-hidden="true" />
16571657
</template>
16581658
<template #optionCsv>
16591659
<span

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ const endDate = computed(() => {
515515
<!-- Contextual menu icon -->
516516
<template #menuIcon="{ isOpen }">
517517
<span v-if="isOpen" class="i-lucide:circle-x w-6 h-6" aria-hidden="true" />
518-
<span v-else class="i-carbon:overflow-menu-vertical w-6 h-6" aria-hidden="true" />
518+
<span v-else class="i-lucide:ellipsis-vertical w-6 h-6" aria-hidden="true" />
519519
</template>
520520

521521
<!-- Export options -->

0 commit comments

Comments
 (0)