Make next button a button

This commit is contained in:
video-prize-ranch
2024-02-05 17:34:04 -05:00
parent d9489394ce
commit 455be6c15f

View File

@@ -53,10 +53,9 @@
</div>
</div>
{{#noteq next ""}}
<div class="flex">
<a href="{{next}}" class="px-3 py-2 rounded-r-lg [&:only-child]:rounded-lg bg-green-400 text-gray-800">Next
&gt;</a>
</div>
<a href="{{next}}">
<button class="p-2 rounded-lg bg-slate-600">Next &gt;</button>
</a>
{{/noteq}}
</div>