Skip to content

Commit 13a8119

Browse files
committed
replace redo icon
1 parent fef1d08 commit 13a8119

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
@@ -1684,7 +1684,7 @@ watch(selectedMetric, value => {
16841684
</template>
16851685
<template #annotator-action-redo>
16861686
<span
1687-
class="i-carbon:redo w-6 h-6 text-fg-subtle"
1687+
class="i-lucide:redo-2 w-6 h-6 text-fg-subtle"
16881688
style="pointer-events: none"
16891689
aria-hidden="true"
16901690
/>

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ const endDate = computed(() => {
552552

553553
<template #annotator-action-redo>
554554
<span
555-
class="i-carbon:redo w-6 h-6 text-fg-subtle"
555+
class="i-lucide:redo-2 w-6 h-6 text-fg-subtle"
556556
style="pointer-events: none"
557557
aria-hidden="true"
558558
/>

0 commit comments

Comments
 (0)