Skip to content

Commit

Permalink
Production assets
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo committed Sep 21, 2023
1 parent 6b55895 commit 625730b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<%= polaris_empty_state(
heading: "A free metrics dashboard for Shopify Partners",
classes: "empty-state",
image: image_path("empty_state/AnalyticsMinor"),
image: image_path("empty_state/AnalyticsMinor.svg"),
) do |state| %>

<% state.with_primary_action(url: new_user_registration_path) { "Sign up" } %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_empty_state.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%= polaris_empty_state(
heading: t(".title", resource: resource_name_for(resource, true)),
classes: "empty-state",
image: image_path("empty_state/ImportMinor"),
image: image_path("empty_state/ImportMinor.svg"),
) do |state| %>

<% state.with_primary_action(url: new_import_path) { "New import" } %>
Expand Down

0 comments on commit 625730b

Please sign in to comment.