<%= link_to user_path(Current.user), class: "flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" do %> Profile <% end %>
<%= link_to session_path, data: {turbo_method: :delete}, class: "flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" do %> Log out <% end %>