5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
<a href="<%= root_path %>" class="mx-auto text-2xl md:text-3xl font-bold items-center flex space-x-3">
|
|
<%= render 'shared/logo', class: 'w-9 h-9 md:w-12 md:h-12' %>
|
|
<span><%= Docuseal.product_name %></span>
|
|
</a>
|