app/components/lookbook/header/component.html.erb in lookbook-1.3.4 vs app/components/lookbook/header/component.html.erb in lookbook-1.4.0
- old
+ new
@@ -23,10 +23,10 @@
<% if @debug_menu %>
<% group.button icon: :help_circle, class: "opacity-50 hover:opacity-100 transition !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/allmarkedup/lookbook" do %>
+ repo_url: "https://github.com/ViewComponent/lookbook" do %>
<%= helpers.pretty_json(Lookbook.debug_data) %>
<% end %>
<% button.dropdown({}).with_content(menu) %>
<% end %>
<% end %>
\ No newline at end of file