Tracking WIP

This commit is contained in:
Linus Flood
2024-10-07 09:00:15 +02:00
parent 8f1f196982
commit 4de247ab50
3 changed files with 8 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ import { useCallback, useEffect } from "react"
import { webviews } from "@/constants/routes/webviews"
export default function CookieBot() {
export default function CookieBotConsent() {
const pathName = usePathname()
const isWebview = webviews.includes(pathName)
const CookiebotCallbackOnAccept = useCallback(() => {