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
318 B
9 lines
318 B
<%= render 'shared/navbar_warning' %>
|
|
<div class="max-w-6xl mb-4 mx-auto px-4 md:px-2 py-3 flex items-center justify-between">
|
|
<div class="flex items-center space-x-4">
|
|
<a href="<%= root_path %>" class="text-2xl font-bold items-center flex space-x-2">
|
|
<%= render 'shared/title' %>
|
|
</a>
|
|
</div>
|
|
</div>
|