diff --git a/src/components/promos/SearchFullPage.js b/src/components/promos/SearchFullPage.js index 0b1563a2..f555d805 100644 --- a/src/components/promos/SearchFullPage.js +++ b/src/components/promos/SearchFullPage.js @@ -7,7 +7,7 @@ import localStorageMgr from 'src/utils/localstorage-mgr' import { NOTIF_DISMISS_PREFIX } from 'src/utils/constants' import gtag from 'ga-gtag' -const promoKey = 'search-full-page-2023-aug' +const promoKey = 'search-full-page-2023-nov' const isBrowser = typeof window !== 'undefined' const iframeBaseUrl = 'https://tab.gladly.io/promos/full-page-search-2023/' diff --git a/src/components/promos/ShopFullPage.js b/src/components/promos/ShopFullPage.js index 4edff728..221784af 100644 --- a/src/components/promos/ShopFullPage.js +++ b/src/components/promos/ShopFullPage.js @@ -7,7 +7,7 @@ import localStorageMgr from 'src/utils/localstorage-mgr' import { NOTIF_DISMISS_PREFIX } from 'src/utils/constants' import gtag from 'ga-gtag' -const promoKey = 'shop-full-page-2023-sept' +const promoKey = 'shop-full-page-2023-nov' const isBrowser = typeof window !== 'undefined' const iframeBaseUrl = 'https://tab.gladly.io/promos/full-page-shop-2023/' diff --git a/src/pages/index.js b/src/pages/index.js index d5f4c185..e76cd907 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -726,7 +726,7 @@ const Index = ({ data: fallbackData, userAgent }) => { // Our notification let notif = notificationsToShow.find( - (res) => res.code === 'shfac-notify-fullpage-sept' + (res) => res.code === 'shfac-notify-fullpage-nov' ) if ( @@ -740,7 +740,7 @@ const Index = ({ data: fallbackData, userAgent }) => { // Our notification let notifSearch = notificationsToShow.find( - (res) => res.code === 'sfac-notify-fullpage-aug' + (res) => res.code === 'sfac-notify-fullpage-nov' ) if (