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.
11 lines
381 B
11 lines
381 B
<a href="/" class="flex justify-center items-center">
|
|
<% if @template&.account&.logo&.attached? %>
|
|
<img src="<%= url_for(@template.account.logo) %>" class="max-h-16 max-w-[250px]" />
|
|
<% else %>
|
|
<span class="mr-3">
|
|
<%= render 'shared/logo', width: '50px', height: '50px' %>
|
|
</span>
|
|
<h1 class="text-5xl font-bold text-center">DocuSeal</h1>
|
|
<% end %>
|
|
</a>
|