diff --git a/src/components/footer/index.js b/src/components/footer/index.js index 7eea7be..9f9c0c3 100644 --- a/src/components/footer/index.js +++ b/src/components/footer/index.js @@ -27,7 +27,7 @@ class Footer extends React.Component { console.log(`hash: ${hash}`) this.setState({ ipfsHash: hash, - ipfsHashLink: `https://ipfs.io/ipfs/${hash}` + ipfsHashLink: `https://ipfs-gateway.fullstack.cash/ipfs/${hash}` }) // const bchjs = new BCHJS()