Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/views/shared/_navbar_menu.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div class="flex items-center space-x-2">

<%#= 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 %>
<!-- Workshops-->
<%# end %>

<!-- FACILITATE -->
<div class="relative" data-controller="dropdown">
<button
Expand All @@ -10,7 +14,7 @@
data-action="dropdown#toggle"
data-dropdown-payload-param='[{"facilitate_menu":"hidden"}]'>
<!-- <i class="fas fa-handshake-simple text-base"></i>-->
Facilitate
Curriculum
<!-- <i class="fas fa-chevron-down text-sm"></i>-->
</button>

Expand Down