Skip to content

Commit 1556b48

Browse files
committed
replace edit off icon
1 parent 13a8119 commit 1556b48

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/components/Package/TrendsChart.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,13 +1699,13 @@ watch(selectedMetric, value => {
16991699
<template #optionAnnotator="{ isAnnotator }">
17001700
<span
17011701
v-if="isAnnotator"
1702-
class="i-carbon:edit-off w-6 h-6 text-fg-subtle"
1702+
class="i-lucide:pen-off w-6 h-6 text-fg-subtle"
17031703
style="pointer-events: none"
17041704
aria-hidden="true"
17051705
/>
17061706
<span
17071707
v-else
1708-
class="i-carbon:edit w-6 h-6 text-fg-subtle"
1708+
class="i-lucide:pen w-6 h-6 text-fg-subtle"
17091709
style="pointer-events: none"
17101710
aria-hidden="true"
17111711
/>

app/components/Package/VersionDistribution.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,13 +569,13 @@ const endDate = computed(() => {
569569
<template #optionAnnotator="{ isAnnotator }">
570570
<span
571571
v-if="isAnnotator"
572-
class="i-carbon:edit-off w-6 h-6 text-fg-subtle"
572+
class="i-lucide:pen-off w-6 h-6 text-fg-subtle"
573573
style="pointer-events: none"
574574
aria-hidden="true"
575575
/>
576576
<span
577577
v-else
578-
class="i-carbon:edit w-6 h-6 text-fg-subtle"
578+
class="i-lucide:pen w-6 h-6 text-fg-subtle"
579579
style="pointer-events: none"
580580
aria-hidden="true"
581581
/>

app/components/Settings/TranslationHelper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ${template}`
122122
rel="noopener noreferrer"
123123
class="inline-flex items-center gap-1.5 px-2.5 py-1.5 text-xs bg-bg hover:bg-bg-subtle border border-border rounded-md transition-colors focus-visible:outline-accent/70"
124124
>
125-
<span class="i-carbon:edit w-3.5 h-3.5" aria-hidden="true" />
125+
<span class="i-lucide:pen w-3.5 h-3.5" aria-hidden="true" />
126126
{{ $t('i18n.edit_on_github') }}
127127
</a>
128128

0 commit comments

Comments
 (0)