fix: myriad typos and issues pt 2
This commit is contained in:
parent
be92f3bdf0
commit
b0aa0d6948
50 changed files with 120 additions and 69 deletions
|
@ -1,8 +1,9 @@
|
|||
<!--suppress HtmlFormInputWithoutLabel -->
|
||||
<nav class="flex justify-between mt-8 items-center">
|
||||
{% if pagination.href.previous %}
|
||||
<a href="{{ pagination.href.previous }}">
|
||||
<button class="py-2 pr-4 text-purple-500 hover:text-purple-400" aria-label="Previous page">
|
||||
{% heroicon "solid" "arrow-left" "Prevous" "width=20 height=20" %}
|
||||
{% heroicon "solid" "arrow-left" "Previous" "width=20 height=20" %}
|
||||
</button>
|
||||
</a>
|
||||
{% else %}
|
||||
|
@ -42,4 +43,4 @@
|
|||
{% heroicon "solid" "arrow-right" "Next" "width=20 height=20" %}
|
||||
</button>
|
||||
{% endif %}
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
Reference in a new issue