Skip to content

Commit

Permalink
Actions dropdown: fix preview filename extension
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-st committed Nov 1, 2022
1 parent 8bee23a commit 2db015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
<i class="mdi mdi-file-xml-box"></i>
<div>
{{ actionLabels['download-svg'] }}<br />
<small>{{ activeIcon && activeIcon.name }}.png</small>
<small>{{ activeIcon && activeIcon.name }}.svg</small>
</div>
</div>
<template v-slot:button="slotProps">
Expand Down

0 comments on commit 2db015b

Please sign in to comment.