Skip to content

Commit 1e6a9da

Browse files
committed
replace trash icon
1 parent 57def91 commit 1e6a9da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/Org/TeamsPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ watch(lastExecutionTime, () => {
399399
:aria-label="$t('org.teams.delete_team', { name: teamName })"
400400
@click.stop="handleDestroyTeam(teamName)"
401401
>
402-
<span class="i-carbon:trash-can w-4 h-4" aria-hidden="true" />
402+
<span class="i-lucide:trash-can w-4 h-4" aria-hidden="true" />
403403
</button>
404404
</div>
405405

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ watch(selectedMetric, value => {
17031703
</template>
17041704
<template #annotator-action-delete>
17051705
<span
1706-
class="i-carbon:trash-can w-6 h-6 text-fg-subtle"
1706+
class="i-lucide:trash-can w-6 h-6 text-fg-subtle"
17071707
style="pointer-events: none"
17081708
aria-hidden="true"
17091709
/>

app/components/Package/VersionDistribution.vue

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

575575
<template #annotator-action-delete>
576576
<span
577-
class="i-carbon:trash-can w-6 h-6 text-fg-subtle"
577+
class="i-lucide:trash-can w-6 h-6 text-fg-subtle"
578578
style="pointer-events: none"
579579
aria-hidden="true"
580580
/>

0 commit comments

Comments
 (0)