mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix pagination labels
This commit is contained in:
parent
8c76e67a16
commit
b199e6b48f
1 changed files with 4 additions and 22 deletions
|
|
@ -250,17 +250,8 @@
|
||||||
shadow: 'hover:neumorphic-shadow',
|
shadow: 'hover:neumorphic-shadow',
|
||||||
bg: 'hover:bg-darker',
|
bg: 'hover:bg-darker',
|
||||||
}"
|
}"
|
||||||
>
|
label="← Previous"
|
||||||
<svg
|
/>
|
||||||
class="-scale-x-100 h-5 w-5"
|
|
||||||
viewBox="0 0 20 20"
|
|
||||||
fill="currentColor"
|
|
||||||
>
|
|
||||||
<use href="#chevron-right" />
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
<span>Previous</span>
|
|
||||||
</LinkButton>
|
|
||||||
|
|
||||||
<LinkButton
|
<LinkButton
|
||||||
v-if="nextPageUrl"
|
v-if="nextPageUrl"
|
||||||
|
|
@ -275,17 +266,8 @@
|
||||||
shadow: 'hover:neumorphic-shadow',
|
shadow: 'hover:neumorphic-shadow',
|
||||||
bg: 'hover:bg-darker',
|
bg: 'hover:bg-darker',
|
||||||
}"
|
}"
|
||||||
>
|
label="Next →"
|
||||||
<span>Next</span>
|
/>
|
||||||
|
|
||||||
<svg
|
|
||||||
class="h-5 w-5"
|
|
||||||
viewBox="0 0 20 20"
|
|
||||||
fill="currentColor"
|
|
||||||
>
|
|
||||||
<use href="#chevron-right" />
|
|
||||||
</svg>
|
|
||||||
</LinkButton>
|
|
||||||
</nav>
|
</nav>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue