Skip to content

Commit

Permalink
Fix asset issue in production. Fixes #1880
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 8, 2024
1 parent dbd78bd commit a5480d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/applications/_no_applications.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="pt-16">
<%= render HeadingComponent.new(tag: :h2).with_content("Search results") %>
<div class="flex flex-col items-start gap-16 p-16 mt-12 md:flex-row bg-light-grey">
<%= image_tag "illustration/no_results" %>
<%= image_tag "illustration/no_results.svg" %>
<div class="text-xl text-navy">
<p class="text-2xl font-bold">
Unfortunately, we don't know of any applications near <%= full_address %>.
Expand Down
2 changes: 1 addition & 1 deletion app/views/authorities/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<% else %>
<%# TODO: Need a proper design for this section explaining why this authority isn't covered yet %>
<div class="flex flex-col items-start gap-16 p-16 mt-12 md:flex-row bg-light-grey">
<%= image_tag "illustration/no_results", alt: "" %>
<%= image_tag "illustration/no_results.svg", alt: "" %>
<div>
<p class="text-2xl font-bold text-navy">
This authority is not yet covered by Planning&nbsp;Alerts.
Expand Down

0 comments on commit a5480d4

Please sign in to comment.