Skip to content

Commit 2db015b

Browse files
committed
Actions dropdown: fix preview filename extension
1 parent 8bee23a commit 2db015b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
<i class="mdi mdi-file-xml-box"></i>
247247
<div>
248248
{{ actionLabels['download-svg'] }}<br />
249-
<small>{{ activeIcon && activeIcon.name }}.png</small>
249+
<small>{{ activeIcon && activeIcon.name }}.svg</small>
250250
</div>
251251
</div>
252252
<template v-slot:button="slotProps">

0 commit comments

Comments
 (0)