Skip to content

Commit 0ee1df6

Browse files
authored
fix: preview refresh button is now shown (#179)
1 parent 6ce4386 commit 0ee1df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PanelPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function navigate() {
7777
<span text-sm>Preview</span>
7878
</div>
7979
<button
80-
v-if="preview.url && guide.features.navigation"
80+
8181
rounded p1
8282
hover="bg-active"
8383
title="Refresh Preview"

0 commit comments

Comments
 (0)