1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Add button to handle click action.

This commit is contained in:
Claude Ayitey 2024-01-03 19:45:13 +00:00
parent 2733b00145
commit 2fdc3d73c6

View file

@ -56,6 +56,8 @@
Logout Logout
<% end %> <% end %>
</div> </div>
<button data-action="click->toggle#menu" type="button" class="block p-2 text-sm font-semibold leading-6 text-gray-600 rounded-md group gap-x-3"><%= image_tag 'ellipsis.svg', size: "24" %></button>
</div>
</li> </li>
</ul> </ul>
</nav> </nav>