Skip to content

Commit

Permalink
Merge pull request #539 from gladly-team/spicer/nov-fullpage-promos
Browse files Browse the repository at this point in the history
Launched November full page shop and searcb promos
  • Loading branch information
spicermatthews authored Oct 26, 2023
2 parents 42697cf + 1b192ac commit 892e7a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/promos/SearchFullPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

Expand Down
2 changes: 1 addition & 1 deletion src/components/promos/ShopFullPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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 (
Expand Down

1 comment on commit 892e7a9

@vercel
Copy link

@vercel vercel bot commented on 892e7a9 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.