Skip to content

Commit

Permalink
Update nitrogen urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tovi-fhe committed Nov 20, 2024
1 parent fc8d822 commit b3c01ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devdocs/Examples and References/Examples-fheDapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here you can find a list of some cool apps that you can use as a reference
<tr>
<td>FHERC-20</td>
<td><a href="https://github.com/FhenixProtocol/example-contracts/blob/master/wrapping-ERC20/WrappingERC20.sol">View on Github</a><br /></td>
<td><a href="http://fhenix-demo.pages.dev/">FHERC-20 Demo</a></td>
<td><a href="https://demo.nitrogen.fhenix.zone/">FHERC-20 Demo</a></td>
<td>A token in which balances are encrypted and viewable only to the holder.</td>
</tr>
<tr>
Expand Down
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.helium.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : "");
const iframeSrc = "https://getting-started.nitrogen.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : "");

return (
<section className={styles.additionalFeatures}>
Expand Down

0 comments on commit b3c01ff

Please sign in to comment.