Skip to content

Commit 246dfbf

Browse files
committed
fix: icon class name
1 parent 4d42429 commit 246dfbf

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-lucide:trash-can w-4 h-4" aria-hidden="true" />
402+
<span class="i-lucide:trash 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
@@ -1691,7 +1691,7 @@ watch(selectedMetric, value => {
16911691
</template>
16921692
<template #annotator-action-delete>
16931693
<span
1694-
class="i-lucide:trash-can w-6 h-6 text-fg-subtle"
1694+
class="i-lucide:trash w-6 h-6 text-fg-subtle"
16951695
style="pointer-events: none"
16961696
aria-hidden="true"
16971697
/>

app/components/Package/VersionDistribution.vue

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

561561
<template #annotator-action-delete>
562562
<span
563-
class="i-lucide:trash-can w-6 h-6 text-fg-subtle"
563+
class="i-lucide:trash w-6 h-6 text-fg-subtle"
564564
style="pointer-events: none"
565565
aria-hidden="true"
566566
/>

0 commit comments

Comments
 (0)