diff --git a/src/components/footer/index.js b/src/components/footer/index.js index 5dce0a9..abd701c 100644 --- a/src/components/footer/index.js +++ b/src/components/footer/index.js @@ -51,7 +51,7 @@ class Footer extends React.Component { this.setState({ ipfsHash: hash, - ipfsHashLink: `https://ipfs-gateway.fullstack.cash/ipfs/${hash}` + ipfsHashLink: `https://ipfs.io/ipfs/${hash}` }) }