Skip to content

Commit

Permalink
aria-label for primary navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh authored and reidab committed Mar 28, 2020
1 parent 07f9099 commit 4929be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/calagator/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<%= link_to Calagator.title, root_path, id: "project_title" %>

<div id="top_menu">
<nav id='app_menu'>
<nav id='app_menu' aria-label='primary'>
<ul>
<li class='<%=link_class[:events]%>'><%= link_to "Events", events_path %></li>
<li class='<%=link_class[:venues]%>'><%= link_to "Venues", venues_path %></li>
Expand Down

0 comments on commit 4929be0

Please sign in to comment.