<%= render 'shared/logo' %> DocuSeal <% if signed_in? %>
<%= link_to 'Settings', settings_profile_index_path, class: 'font-medium text-lg' %>
<% else %> <%= link_to new_user_session_path, class: 'font-medium text-lg' do %> <%= svg_icon('login', class: 'w-6 h-6') %> Sign in <% end %> <% end %>