We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7e571 commit 7c47f37Copy full SHA for 7c47f37
src/components/SvgTo3D.vue
@@ -247,7 +247,7 @@ const isLoaded = computed(() => svgShapes.value.length && !isDefaultSvg.value)
247
</div>
248
<button
249
v-if="isLoaded"
250
- class="i-iconoir-cancel text-xl cursor-pointer transition-opacity hover:op-80"
+ class="i-iconoir-trash text-xl cursor-pointer transition-opacity hover:op-80"
251
title="Close current file"
252
@click="handleClose"
253
/>
0 commit comments