Skip to content

Commit

Permalink
isEu
Browse files Browse the repository at this point in the history
  • Loading branch information
k2xl committed May 19, 2024
1 parent a7939b2 commit af10bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export default function MyApp({ Component, pageProps, userAgent, initGame }: App
</Portal>
<MusicContextProvider>
<Component {...pageProps} />
{!isEU && (
{isEU && (
<CookieConsent
buttonStyle={{ borderRadius: '6px', color: 'white', background: '#4CAF50' }}
buttonText='I understand'
Expand Down

0 comments on commit af10bd5

Please sign in to comment.