Skip to content

Commit

Permalink
Make image a little smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 15, 2024
1 parent 570bb1e commit 60b1f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/alerts/registrations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<%= pa_link_to "< Back to search results", :back, extra_classes: "text-xl" %>

<div class="max-w-lg mx-auto">
<%= image_tag "illustration/save-alert.svg", alt: "", class: "m-auto mt-16" %>
<%= image_tag "illustration/save-alert.svg", alt: "", class: "w-40 m-auto mt-16" %>

<%= render HeadingComponent.new(tag: :h1, extra_classes: "mt-10 mb-6 text-center").with_content("Create an account to save this search") %>

Expand Down

0 comments on commit 60b1f2a

Please sign in to comment.