app/components/lookbook/header/component.html.erb in lookbook-2.0.0.beta.0 vs app/components/lookbook/header/component.html.erb in lookbook-2.0.0.beta.1
- old
+ new
@@ -1,7 +1,7 @@
<%= render_component_tag :header do %>
<%= lookbook_render :toolbar, class: "!bg-lookbook-header-bg !text-lookbook-header-text !border-lookbook-header-border" do |toolbar| %>
- <% toolbar.with_section class: "mt-[-2px]", padded: true do %>
+ <% toolbar.with_section padded: true do %>
<% if branding.present? %>
<a
<% if landing_path %>href="<%= landing_path %>"<% end %>
class="text-sm truncate uppercase font-black tracking-wider text-lookbook-branding-text">
<%= branding %>
\ No newline at end of file