<%= render 'shared/logo' %> DocuSeal <% unless Docuseal.demo? %> GitHub Repo stars <% end %>
<% if signed_in? %>
<% if Docuseal.demo? %> <%= render 'shared/github_button' %> <% else %> <%= link_to 'Settings', settings_profile_index_path, class: 'hidden md:inline font-medium text-lg mr-2' %> <% end %>
<% 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 %>