Merged in fix/SW-3026-prod---users-are-not-focused-on- (pull request #2379)
fix: SW-3026 Fixed scroll issue * fix: SW-3026 Fixed scroll issue * fix: SW-3026 Moved to global solution for scroll to top after page navigation Approved-by: Tobias Johansson Approved-by: Linus Flood
This commit is contained in:
@@ -14,8 +14,8 @@ import CookieBotConsent from "@/components/CookieBot"
|
||||
import AdobeScript from "@/components/Current/AdobeScript"
|
||||
import Footer from "@/components/Current/Footer"
|
||||
import LangPopup from "@/components/Current/LangPopup"
|
||||
import RouteChange from "@/components/RouteChange"
|
||||
import SkipToMainContent from "@/components/SkipToMainContent"
|
||||
import RouterTracking from "@/components/TrackingSDK/RouterTracking"
|
||||
import { getMessages } from "@/i18n"
|
||||
import ClientIntlProvider from "@/i18n/Provider"
|
||||
import { setLang } from "@/i18n/serverContext"
|
||||
@@ -70,7 +70,7 @@ export default async function RootLayout(
|
||||
locale={params.lang}
|
||||
messages={messages}
|
||||
>
|
||||
<RouterTracking />
|
||||
<RouteChange />
|
||||
{header}
|
||||
{children}
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user