From a02e306fad6c9961841ef193cb7502f1c4bea13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nguy=E1=BB=85n=20th=C3=A1i=20nh=C3=A2n?= Date: Sat, 4 Nov 2023 12:18:17 +0700 Subject: [PATCH] update rating miss css pagination --- components/page-intro/testimonial2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/page-intro/testimonial2.tsx b/components/page-intro/testimonial2.tsx index bacdbd1..56b0979 100644 --- a/components/page-intro/testimonial2.tsx +++ b/components/page-intro/testimonial2.tsx @@ -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 '' + (index + 1) + ''; }, };