Skip to content

Commit 4d4b838

Browse files
authored
Fix typo in sorting tab inline-flex style. (#618)
1 parent 08d08c1 commit 4d4b838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/components/sorting_tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav aria-labelledby="sorting-tabs">
22
<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">
3+
<ul class="m-0 inline-flex gap-2 p-2 border-2 border-base-green-400 rounded-lg font-common">
44
{% for tab in tabs %}
55
<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>
66
{% endfor %}

0 commit comments

Comments
 (0)