mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
380 B
9 lines
380 B
<a href="<%= root_path %>" class="mx-auto text-2xl md:text-3xl font-bold items-center flex space-x-3">
|
|
<% if @submitter&.account&.logo&.attached? %>
|
|
<img src="<%= url_for(@submitter.account.logo) %>" class="max-h-12 max-w-[200px]">
|
|
<% else %>
|
|
<%= render 'shared/logo', class: 'w-9 h-9 md:w-12 md:h-12' %>
|
|
<span><%= Docuseal.product_name %></span>
|
|
<% end %>
|
|
</a>
|