Skip to content

Commit f55ef2d

Browse files
committed
chore: update icon
1 parent d99eb2a commit f55ef2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/pages/export.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ if (import.meta.hot) {
275275
Clear Captured Images
276276
</button>
277277
<button v-else class="slidev-form-button flex justify-center items-center gap-2" @click="capturePngs">
278-
<div class="i-carbon:camera-action inline-block text-xl" />
279-
Pre-capture Slides as Images
278+
<div class="i-carbon:drop-photo inline-block text-xl" />
279+
Pre-capture slides as Images
280280
</button>
281281
<FormItem title="Delay" description="Delay between capturing each slide in milliseconds.<br>Increase this value if slides are captured incompletely. <br>(Not related to PDF export)">
282282
<input v-model="captureDelay" type="number" step="50" min="50">

0 commit comments

Comments
 (0)