Skip to content

Commit

Permalink
add a link in the events dropdown for the new uncodebar microsite
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimberley Cook authored and Kimberley Cook committed Sep 27, 2023
1 parent 068e7d6 commit 38f7039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/_navigation.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
%ul.dropdown-menu{'aria-labelledby': 'navbarDropdownMenuLinkEvents'}
%li= link_to 'Events', events_path, class: 'dropdown-item'
%li= link_to 'codebar Festival', 'http://festival.codebar.io/', class: 'dropdown-item'
%li= link_to 'uncodebar', 'http://uncodebar.com', class: 'dropdown-item'
%li.nav-item.dropdown
= link_to '#', {'role': 'button', 'aria-expanded': 'false', 'data-bs-toggle': 'dropdown', class: 'nav-link border-0 dropdown-toggle', id: 'navbarDropdownMenuLinkCommunity'} do
Community
Expand Down

0 comments on commit 38f7039

Please sign in to comment.