Skip to content

Commit 5e5bdf2

Browse files
authored
Change 'facilitate' to Curriculum in nav (#558)
1 parent 28445ab commit 5e5bdf2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/views/shared/_navbar_menu.html.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<div class="flex items-center space-x-2">
22

3+
<%#= link_to workshops_path, class: "rounded-md px-3 py-2 text-lg font-medium text-gray-300 hover:bg-white/5 hover:text-white" do %>
4+
<!-- Workshops-->
5+
<%# end %>
6+
37
<!-- FACILITATE -->
48
<div class="relative" data-controller="dropdown">
59
<button
@@ -10,7 +14,7 @@
1014
data-action="dropdown#toggle"
1115
data-dropdown-payload-param='[{"facilitate_menu":"hidden"}]'>
1216
<!-- <i class="fas fa-handshake-simple text-base"></i>-->
13-
Facilitate
17+
Curriculum
1418
<!-- <i class="fas fa-chevron-down text-sm"></i>-->
1519
</button>
1620

0 commit comments

Comments
 (0)