From cb0e081f0e0238c29f2e2b047d921e84b1f978ad Mon Sep 17 00:00:00 2001 From: toml01 <7473870+toml01@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:40:39 +0100 Subject: [PATCH] whoopsie --- src/components/AdditionalFeatures/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdditionalFeatures/index.tsx b/src/components/AdditionalFeatures/index.tsx index 9a36d342..20f574f0 100644 --- a/src/components/AdditionalFeatures/index.tsx +++ b/src/components/AdditionalFeatures/index.tsx @@ -8,7 +8,7 @@ import Link from '@docusaurus/Link'; export function GettingStartedFrame(): JSX.Element { const { colorMode } = useColorMode(); - const iframeSrc = "https://getting-started.nitrogen.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : ""); + const iframeSrc = "https://getting-started.helium.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : ""); return (