app/components/lookbook/tabs/tab/component.html.erb in lookbook-1.0.0.beta.4 vs app/components/lookbook/tabs/tab/component.html.erb in lookbook-1.0.0.beta.5
- old
+ new
@@ -1,7 +1,7 @@
<%= render_component_tag :button,
id: @id,
- x_ref: @name,
+ "x-ref": @name,
class: [
"whitespace-nowrap cursor-pointer pt-2.5 pb-1.5 border-b-2",
{
"px-1": @theme == :toolbar,
"px-2 text-lg relative -bottom-px": @theme == :page,