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>
|
||||||
</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 ></button>
|
||||||
></a>
|
</a>
|
||||||
</div>
|
|
||||||
{{/noteq}}
|
{{/noteq}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user