Skip to content

Commit fef1d08

Browse files
committed
replace undo icon
1 parent 4037353 commit fef1d08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ watch(selectedMetric, value => {
16771677
</template>
16781678
<template #annotator-action-undo>
16791679
<span
1680-
class="i-carbon:undo w-6 h-6 text-fg-subtle"
1680+
class="i-lucide:undo-2 w-6 h-6 text-fg-subtle"
16811681
style="pointer-events: none"
16821682
aria-hidden="true"
16831683
/>

app/components/Package/VersionDistribution.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ const endDate = computed(() => {
519519
</template>
520520

521521
<!-- Export options -->
522-
<template #optionCsv>
522+
<template #optionCsv>
523523
<span class="text-fg-subtle font-mono pointer-events-none">CSV</span>
524524
</template>
525525
<template #optionImg>
@@ -544,7 +544,7 @@ const endDate = computed(() => {
544544

545545
<template #annotator-action-undo>
546546
<span
547-
class="i-carbon:undo w-6 h-6 text-fg-subtle"
547+
class="i-lucide:undo-2 w-6 h-6 text-fg-subtle"
548548
style="pointer-events: none"
549549
aria-hidden="true"
550550
/>

0 commit comments

Comments
 (0)