Skip to content

Commit 7c47f37

Browse files
committed
fix: the icon of closing the current file will be changed from Cancel to Trashcan.
1 parent eb7e571 commit 7c47f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SvgTo3D.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const isLoaded = computed(() => svgShapes.value.length && !isDefaultSvg.value)
247247
</div>
248248
<button
249249
v-if="isLoaded"
250-
class="i-iconoir-cancel text-xl cursor-pointer transition-opacity hover:op-80"
250+
class="i-iconoir-trash text-xl cursor-pointer transition-opacity hover:op-80"
251251
title="Close current file"
252252
@click="handleClose"
253253
/>

0 commit comments

Comments
 (0)