#Safari doesn’t show the correct site

5 messages · Page 1 of 1 (latest)

pine peak
#

Which returns Christmas in safari

#

But the site is not using Christmas mode

#

    const season = getSeason();
    let Overlay = <></>;
    switch (season.season) {
        case "christmas": {
            Overlay = <Christmas />;
            break;
        }
    }
#

That’s just calling the same function as the api, and season.season is Christmas