Skip to content

Commit

Permalink
whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Nov 6, 2024
1 parent b25299b commit cb0e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdditionalFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<section className={styles.additionalFeatures}>
Expand Down

0 comments on commit cb0e081

Please sign in to comment.