Skip to content

Commit

Permalink
Replace another use of inter font with svg image
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 6, 2023
1 parent b3845bd commit b823c1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/_tailwind/application/_menu_mobile.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<%= render "application/svg/close" %>
<span class="pr-2 text-lg font-medium">Close</span>
</button>
<h2 class="inline-block text-3xl font-extrabold text-navy font-logo">
Planning Alerts
</h2>
<%= image_tag "tailwind/logo-navy.svg", class: "w-60", alt: "Planning Alerts" %>
<div class="mt-8 font-medium">
<ul>
<li><%= link_to "Home", root_path, class: class_names("decoration-fuchsia", "decoration-4", "underline" => current_page?(root_path)) %></li>
Expand Down

0 comments on commit b823c1d

Please sign in to comment.