app/components/ariadne/layout/grid/item/component.html.erb in ariadne_view_components-0.0.78 vs app/components/ariadne/layout/grid/item/component.html.erb in ariadne_view_components-0.0.79
- old
+ new
@@ -3,10 +3,10 @@
<li class="ariadne-contents" <%= html_attributes %>>
<%= content %>
</li>
<% else %>
<li class="ariadne-contents">
-<div data="asd" class="<%= html_attrs[:class] %>" <%= html_attributes %>>
+<div class="<%= html_attrs[:class] %>" <%= html_attributes %>>
<%= content %>
</div>
</li>
<% end %>