<%= link_to 'Settings', settings_profile_index_path, class: 'hidden md:inline font-medium text-lg' %>
      
        
        
          - 
            <%= link_to settings_profile_index_path do %>
              <%= svg_icon('adjustments', class: 'w-5 h-5 stroke-2') %>
              Profile
            <% end %>
          
- 
            <%= link_to destroy_user_session_path, data: { turbo_method: :delete } do %>
              <%= svg_icon('logout', class: 'w-5 h-5 stroke-2') %>
              Sign out
            <% end %>