Skip to content

Commit

Permalink
Update events link text
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaachesongray committed Jan 9, 2025
1 parent c434d4b commit e019180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header/extra_navigation_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</li>
<li class="extra-navigation__link extra-navigation__calendar">
<%= link_to("/events", class: "link--black") do %>
Find an event<span class="icon icon-calendar hide-on-narrow" aria-hidden="true"></span><span class="icon icon-calendar-white hide-on-narrow" aria-hidden="true"></span>
Upcoming events<span class="icon icon-calendar hide-on-narrow" aria-hidden="true"></span><span class="icon icon-calendar-white hide-on-narrow" aria-hidden="true"></span>
<% end %>
</li>
<%= tag.li(class: %w[extra-navigation__link extra-navigation__search]) do %>
Expand Down

0 comments on commit e019180

Please sign in to comment.