app/components/lookbook/header/component.html.erb in lookbook-2.0.5 vs app/components/lookbook/header/component.html.erb in lookbook-2.1.0
- old
+ new
@@ -27,10 +27,11 @@
<%= lookbook_render :button_group do |group| %>
<% if @debug_menu %>
<% group.with_button id: "debug-menu-button",
icon: :help_circle,
+ tooltip: "Debug info",
class: "!text-lookbook-header-text", "x-show": "!loading" do |button| %>
<% menu = lookbook_render :debug_menu,
version: Lookbook::VERSION,
docs_url: "https://lookbook.build/guide",
repo_url: "https://github.com/ViewComponent/lookbook" do %>
@@ -48,10 +49,10 @@
<% group.with_button icon: :x,
"x-on:click.stop": "toggleSidebar",
"x-show": "$store.layout.mobile && !sidebarHidden",
"x-on:keydown.esc.window": "closeMobileSidebar",
class: "!text-lookbook-header-text" %>
- <% end %>
+ <% end %>
<% end %>
<% end %>
-
-<% end %>
\ No newline at end of file
+
+<% end %>