Skip to content

Commit

Permalink
add feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhundt committed Nov 8, 2023
1 parent 7e0d890 commit 7019bb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/layouts/_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
<%= link_to t(".home"), "https://prx.org/", class: "dropdown-item" %>
</div>
</nav>

<nav class="navbar-nav">
<h2 class="visually-hidden">Feedback link</h2>
<a class="nav-link nav-link-icon" href="mailto:[email protected]">
<span class="material-icons align-middle">feedback</span>
</a>
</nav>


<% if current_user %>
<nav class="navbar-nav dropdown">
Expand Down

0 comments on commit 7019bb7

Please sign in to comment.