diff --git a/index.html b/index.html
index 34d69fc..af94efd 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
+
{
handleClick(false);
}}
@@ -29,7 +29,7 @@ function IntroSection() {
diff --git a/src/pages/listPage/ListPage.jsx b/src/pages/listPage/ListPage.jsx
index 51443bb..49cc843 100644
--- a/src/pages/listPage/ListPage.jsx
+++ b/src/pages/listPage/ListPage.jsx
@@ -8,7 +8,7 @@ import CreditRechargeSuccess from '@/components/modalContent/CreditRechargeSucce
import CreditShortageModalContent from '@/components/modalContent/CreditShortageModalContent';
import DonationsList from '@/pages/listPage/donation/DonationsList';
import DonationModalContent from '@/components/modalContent/DonationModalContent';
-import leftTopGradient from '@/assets/images/leftTopGradient.png';
+import leftTopGradient from '@/assets/images/leftTopGradient.webp';
import DonationSuccess from '@/components/modalContent/DonationSuccess';
import MonthlyChartSection from '@/pages/listPage/monthlyChart/MonthlyChartSection';