Skip to content

Commit

Permalink
add QUERI to Communities dropdown in top nav (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties authored Dec 20, 2024
1 parent 28b1388 commit 18561f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</button>

<ul id="communities-dropdown" class="display-none usa-nav__submenu">
<% communities = { "VA Immersive": "va-immersive", "Suicide Prevention": "suicide-prevention", "Age-Friendly": "age-friendly", "VHA IE Fellowships": "fellowships" }%>
<% communities = { "VA Immersive": "va-immersive", "Suicide Prevention": "suicide-prevention", "Age-Friendly": "age-friendly", "VHA IE Fellowships": "fellowships", "QUERI": "queri" }%>
<% communities.each do |name, slug| %>
<li class="usa-nav__submenu-item border-base-light">
<a class="font-sans-sm desktop:font-sans-2xs margin-y-2px desktop:margin-y-0" href="/communities/<%= slug %>">
Expand Down

0 comments on commit 18561f9

Please sign in to comment.