diff --git a/src/components/layout/Swiper.tsx b/src/components/layout/Swiper.tsx
index 57356b9a7..6af292b3a 100644
--- a/src/components/layout/Swiper.tsx
+++ b/src/components/layout/Swiper.tsx
@@ -12,14 +12,14 @@ export default function AdSwiper() {
const [closeStatus, setCloseStatus] = useState(true);
useEffect(() => {
const popupSwiper = localStorage.getItem('ad-announcement');
- if (popupSwiper == '4') {
+ if (popupSwiper == '6') {
setCloseStatus(true);
} else {
setCloseStatus(false);
}
}, []);
const closePop = (e: any) => {
- localStorage.setItem('ad-announcement', '4');
+ localStorage.setItem('ad-announcement', '6');
e.stopPropagation();
setCloseStatus(true);
};
@@ -38,6 +38,22 @@ export default function AdSwiper() {
}}
loop={true}
>
+ {/*
);
}
-function PerpMobile() {
+function NearPoolMobile() {
return (
);
}
-
-function StablePool() {
+function GalxeGiveaway() {
+ return (
+
+ );
+}
+function GalxeGiveawayMobile() {
+ return (
+
+ );
+}
+function WhalesCampaign() {
return (
);
}
-function StablePoolMobile() {
+function WhalesCampaignMobile() {
return (
);
}
diff --git a/src/pages/SwapPage.tsx b/src/pages/SwapPage.tsx
index 6f8e311b3..a551ea084 100644
--- a/src/pages/SwapPage.tsx
+++ b/src/pages/SwapPage.tsx
@@ -470,11 +470,11 @@ function SwapPage() {
/>
)}
- {/* {!isMobile && (
+ {!isMobile && (