fix: typo Preview Dynamic

This commit is contained in:
Soufiane Fariss
2024-08-21 10:55:12 +02:00
parent 05083cfb6e
commit 6049062173

View File

@@ -52,7 +52,7 @@
</Divider>
<div class="flex-grow-1 flex align-items-center justify-content-center">
<Button
label="Preview Static"
label="Preview Dynamic"
@click="router.push({ path: '/', query: { rdoc: dynamicURL } })"
/>
</div>