Skip to content

Commit

Permalink
feat: Label and Icon added for Pagination first and last button
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefandw authored Sep 14, 2024
1 parent a75e844 commit 5a63b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FwbPagination/FwbPagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m17 16-4-4 4-4m-6 8-4-4 4-4"
d="m17 14-4-4 4-4m-6 8-4-4 4-4"
/>
</svg>
</slot>
Expand Down Expand Up @@ -170,7 +170,7 @@
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m7 16 4-4-4-4m6 8 4-4-4-4"
d="m7 14 4-4-4-4m6 8 4-4-4-4"
/>
</svg>
</slot>
Expand Down

0 comments on commit 5a63b6e

Please sign in to comment.