fix(ipfs): Switching to ipfs.io gateway in footer

This commit is contained in:
Chris Troutner
2021-03-30 09:18:30 -07:00
parent 457a3561ee
commit b23a76196a
+1 -1
View File
@@ -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}`
})
}