Files
docuseal/app/views/start_form/_docuseal_logo.html.erb
T
2023-08-16 23:51:55 +03:00

7 lines
213 B
Plaintext

<a href="/" class="flex justify-center items-center">
<span class="mr-3">
<%= render 'shared/logo', width: '50px', height: '50px' %>
</span>
<h1 class="text-5xl font-bold text-center">DocuSeal</h1>
</a>