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>
</div> </div>
{{#noteq next ""}} {{#noteq next ""}}
<div class="flex"> <a href="{{next}}">
<a href="{{next}}" class="px-3 py-2 rounded-r-lg [&:only-child]:rounded-lg bg-green-400 text-gray-800">Next <button class="p-2 rounded-lg bg-slate-600">Next &gt;</button>
&gt;</a> </a>
</div>
{{/noteq}} {{/noteq}}
</div> </div>