Skip to content

Commit

Permalink
Homepage - Fixing layout shift (#3228)
Browse files Browse the repository at this point in the history
Affected Route: `/*`

Fixed: #3067

Screenshot:
  • Loading branch information
amankumarrr authored Oct 16, 2024
1 parent 2fcb7e4 commit 27ada7b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/live-steam-banner/live-stream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 27ada7b

Please sign in to comment.