From 27ada7bf7551116a12fe4195d0b63f77d1603e54 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:26:54 +1100 Subject: [PATCH] Homepage - Fixing layout shift (#3228) Affected Route: `/*` Fixed: #3067 Screenshot: --- app/live-steam-banner/live-stream.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/live-steam-banner/live-stream.tsx b/app/live-steam-banner/live-stream.tsx index 2fb59285c..7b703a163 100644 --- a/app/live-steam-banner/live-stream.tsx +++ b/app/live-steam-banner/live-stream.tsx @@ -41,13 +41,7 @@ const LiveStreamWidget = dynamic( } ); -const LiveStreamBanner = dynamic( - () => import("../../components/liveStream/liveStreamBanner"), - { - loading: () => <>, - ssr: true, - } -); +import LiveStreamBanner from "@/components/liveStream/liveStreamBanner"; const INTERVAL_MINUTES = 1;