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 (