simplify nav

This commit is contained in:
Pete Matsyburka
2025-07-11 21:19:03 +03:00
parent 1ae635963c
commit bd3d643318
6 changed files with 23 additions and 8 deletions
+5 -2
View File
@@ -1,3 +1,6 @@
<a href="<%= Docuseal::GITHUB_URL %>" target="_blank" class="inline">
<img alt="GitHub Repo stars" src="https://www.docuseal.com/github-badge.svg" style="height: 22px">
<a target="_blank" href="https://github.com/docusealco/docuseal" rel="noopener noreferrer nofollow" class="relative flex items-center rounded-full px-2 py-0.5 text-xs leading-4 mt-1 text-base-content border border-base-300">
<span class="flex items-center justify-between space-x-0.5 font-extrabold">
<%= svg_icon('start', class: 'h-3 w-3') %>
<span>9k</span>
</span>
</a>