We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28445ab commit 5e5bdf2Copy full SHA for 5e5bdf2
app/views/shared/_navbar_menu.html.erb
@@ -1,5 +1,9 @@
1
<div class="flex items-center space-x-2">
2
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
+
7
<!-- FACILITATE -->
8
<div class="relative" data-controller="dropdown">
9
<button
@@ -10,7 +14,7 @@
10
14
data-action="dropdown#toggle"
11
15
data-dropdown-payload-param='[{"facilitate_menu":"hidden"}]'>
12
16
<!-- <i class="fas fa-handshake-simple text-base"></i>-->
13
- Facilitate
17
+ Curriculum
18
<!-- <i class="fas fa-chevron-down text-sm"></i>-->
19
</button>
20
0 commit comments