app/components/lookbook/header/component.html.erb in lookbook-1.0.0.beta.4 vs app/components/lookbook/header/component.html.erb in lookbook-1.0.0.beta.5

- old
+ new

@@ -58,14 +58,14 @@ <% end %> <% end %> <% end %> <% group.button icon: :menu, "@click.stop": "toggleSidebar", - x_show: "$store.layout.mobile && sidebarHidden", + "x-show": "$store.layout.mobile && sidebarHidden", class: "!text-lookbook-header-text" %> <% group.button icon: :x, "@click.stop": "toggleSidebar", - x_show: "$store.layout.mobile && !sidebarHidden", + "x-show": "$store.layout.mobile && !sidebarHidden", "@keydown.esc.window": "closeMobileSidebar", class: "!text-lookbook-header-text" %> <% end %> <% end %> <% end %> \ No newline at end of file