Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Fix typo and simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainaerni committed Apr 1, 2022
1 parent a106b2d commit 2211a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/ch/components/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
{{ totalPages }}
</div>
<ul class="pagiantion_items">
<ul class="pagination_items">
<li v-for="(item, index) in paginationItems" :key="`item-${index}`">
<PaginationItem
:icon="item.icon"
Expand Down
2 changes: 1 addition & 1 deletion css/components/pagination.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

input {
@apply w-12 h-full text-center px-2;
@apply 3xl:w-14 3xl:min-h-[52px];
@apply btn--base;
}

.pagination__text {
Expand Down

0 comments on commit 2211a01

Please sign in to comment.