mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
Make next button a button
This commit is contained in:
parent
d9489394ce
commit
455be6c15f
@ -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
|
||||
></a>
|
||||
</div>
|
||||
<a href="{{next}}">
|
||||
<button class="p-2 rounded-lg bg-slate-600">Next ></button>
|
||||
</a>
|
||||
{{/noteq}}
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user