forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-21 22:16:01 -06:00
parent 64319cb887
commit 45f34eb4b4
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
{% endif %} {% endif %}
</li> </li>
{% else %} {% else %}
<li><span class="block px-2 py-1 text-sm font-bold text-gray-700 bg-gray-800 disabled cursor-not-allowed">Prev</span></li> <li><button disabled class="block px-2 py-1 text-sm font-bold text-gray-700 bg-gray-800 disabled">Prev</button></li>
{% endif %} {% endif %}
{% if next_exists %} {% if next_exists %}
@ -113,7 +113,7 @@
{% endif %} {% endif %}
</li> </li>
{% else %} {% else %}
<li><span class="block px-2 py-1 text-sm font-bold text-gray-700 bg-gray-800 disabled cursor-not-allowed">Next</span></li> <li><button disabled class="block px-2 py-1 text-sm font-bold text-gray-700 bg-gray-800 disabled">Next</button></li>
{% endif %} {% endif %}
</ul> </ul>
</div> </div>