app/views/lookbook/components/_preview.html.erb in lookbook-0.8.3 vs app/views/lookbook/components/_preview.html.erb in lookbook-0.9.0
- old
+ new
@@ -45,10 +45,10 @@
@click.prevent.stop="refresh"
data-hotkey="r">
<%= icon "refresh-cw", size: 3.5, class: "hover:text-indigo-800" %>
</button>
<a
- href="<%= preview_path %>"
+ href="<%= lookbook_preview_path %>"
target="_blank"
x-tooltip.theme.lookbook="`Open in new window`"
data-hotkey="w">
<%= icon "external-link", size: 4, class: "hover:text-indigo-800" %>
</a>
\ No newline at end of file