File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function SpecialOffer({
3232 footerLang,
3333 navbarLang,
3434} : SpecialOfferProps ) : JSX . Element {
35- const [ isCelloAttributionExpired , setIsCelloAttributionExpired ] = useState ( false ) ;
35+ const [ isCelloAttributionExpired , setIsCelloAttributionExpired ] = useState ( true ) ;
3636
3737 useEffect ( ( ) => {
3838 saveCelloFirstVisit ( ) ;
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ function CombinedSpecialOffer({
6666 pathname,
6767} : CombinedSpecialOfferProps ) : JSX . Element {
6868 const router = useRouter ( ) ;
69- const [ isCelloAttributionExpired , setIsCelloAttributionExpired ] = useState ( false ) ;
69+ const [ isCelloAttributionExpired , setIsCelloAttributionExpired ] = useState ( true ) ;
7070 const selectedPathname = ALLOWED_PATHS . find ( ( p ) => p === pathname ) ;
7171 const isDarkMode = selectedPathname ? DARK_MODE_PATHS . includes ( selectedPathname ) : false ;
7272 const isValentinesMode = selectedPathname === 'love' ;
You can’t perform that action at this time.
0 commit comments