We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d08c1 commit 4d4b838Copy full SHA for 4d4b838
base/components/sorting_tabs.html
@@ -1,6 +1,6 @@
1
<nav aria-labelledby="sorting-tabs">
2
<h2 id="sorting-tabs" class="sr-only">Sorting Tabs</h2>
3
- <ul class="m-0 nline-flex gap-2 p-2 border-2 border-base-green-400 rounded-lg font-common">
+ <ul class="m-0 inline-flex gap-2 p-2 border-2 border-base-green-400 rounded-lg font-common">
4
{% for tab in tabs %}
5
<li><a {% html_attrs tab.attrs %} class="inline-block px-4 py-2 rounded-md {% if tab.is_current %}bg-base-green-400 text-base-white-400 no-underline{% else %}underline duration-300 transition-colors hover:bg-base-green-400/30 hover:text-base-green-800{% endif %}">{{ tab.text }}</a></li>
6
{% endfor %}
0 commit comments