mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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',
|
||||
bg: 'hover:bg-darker',
|
||||
}"
|
||||
>
|
||||
<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>
|
||||
label="← Previous"
|
||||
/>
|
||||
|
||||
<LinkButton
|
||||
v-if="nextPageUrl"
|
||||
|
|
@ -275,17 +266,8 @@
|
|||
shadow: 'hover:neumorphic-shadow',
|
||||
bg: 'hover:bg-darker',
|
||||
}"
|
||||
>
|
||||
<span>Next</span>
|
||||
|
||||
<svg
|
||||
class="h-5 w-5"
|
||||
viewBox="0 0 20 20"
|
||||
fill="currentColor"
|
||||
>
|
||||
<use href="#chevron-right" />
|
||||
</svg>
|
||||
</LinkButton>
|
||||
label="Next →"
|
||||
/>
|
||||
</nav>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue