Skip to content

Commit

Permalink
Fix: Component Preview Layout
Browse files Browse the repository at this point in the history
This commit:
* Remove shared/ga partial call - it no longer exists.
* Add missing closing body tag
  • Loading branch information
KevinMulhern committed Jun 27, 2023
1 parent b9fb55c commit bd75435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/component_preview.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
max-width: <%= params.dig(:lookbook, :display, :max_width) || '100%' %>
">
<%= yield %>
<%= render 'shared/ga' %>
</div>
</body>
</html>

0 comments on commit bd75435

Please sign in to comment.