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 610cf67 commit db2960aCopy full SHA for db2960a
website/templates/events/_years.html
@@ -3,7 +3,7 @@
3
<h2 class="text-lg font-semibold py-4 border-b bg-blue text-white">Season</h2>
4
<ul class="flex flex-col p-2">
5
{% for year in years %}
6
- <li class="py-2 hover:bg-gray-100 cursor-pointer {% if year == current_year %}bg-gray-100{% endif %}">
+ <li class="pb-2 hover:bg-gray-100 cursor-pointer {% if year == current_year %}bg-gray-100{% endif %}">
7
<a href="{% routablepageurl page 'events_for_year' year %}"
8
class="text-base font-semibold text-blue hover:text-gray-700">{{ year }}</a>
9
</li>
0 commit comments