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.
docuseal/app/views/shared/_github.html.erb

7 lines
385 B

<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>