Skip to content

Commit

Permalink
Update footer to match nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 30, 2024
1 parent b78b49e commit fb0f4b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
<%# Repeat the main nav in the footer %>
<li><%= link_to "Home", root_path, class: "text-white underline hover:opacity-80 focus:outline-none focus:text-navy focus:bg-sun-yellow" %></li>
<li><%= link_to "Search", address_applications_path, class: "text-white underline hover:opacity-80 focus:outline-none focus:text-navy focus:bg-sun-yellow" %></li>
<li><%= link_to "Get the Data (API)", api_howto_path, class: "text-white underline hover:opacity-80 focus:outline-none focus:text-navy focus:bg-sun-yellow" %></li>
<% if Flipper.enabled?(:trial_api_keys, current_user) %>
<li><%= link_to "API", api_howto_path, class: "text-white underline hover:opacity-80 focus:outline-none focus:text-navy focus:bg-sun-yellow" %></li>
<% else %>
<li><%= link_to "Get the Data (API)", api_howto_path, class: "text-white underline hover:opacity-80 focus:outline-none focus:text-navy focus:bg-sun-yellow" %></li>
<% end %>
<li><%= link_to "Help", faq_path, class: "text-white underline hover:opacity-80 focus:outline-none focus:text-navy focus:bg-sun-yellow" %></li>
</ul>
<ul>
Expand Down

0 comments on commit fb0f4b8

Please sign in to comment.