Skip to content

Commit

Permalink
update rating
Browse files Browse the repository at this point in the history
miss css pagination
  • Loading branch information
ntnhan90 committed Nov 4, 2023
1 parent 18f2608 commit a02e306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page-intro/testimonial2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Pagination } from 'swiper/modules';
const Test = () => {
const pagination = {
clickable: true,
renderBullet: function (index, className) {
renderBullet: function (index:any, className:any) {
return '<span class="' + className + '">' + (index + 1) + '</span>';
},
};
Expand Down

0 comments on commit a02e306

Please sign in to comment.