Skip to content

Commit f0a91e4

Browse files
authored
update IPFS link and condition to display (#1222)
1 parent 63470a9 commit f0a91e4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dapp/prod.secrets.enc

-21 Bytes
Binary file not shown.

dapp/src/components/IPFSDappLink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function IPFSDappLink({ dapp, css }) {
77

88
useEffect(() => {
99
setDisplayIpfsLink(
10-
['ousd.com', 'www.ousd.com'].includes(window.location.host) ||
10+
['app.ousd.com'].includes(window.location.host) ||
1111
window.location.host.startsWith('localhost:') ||
1212
window.location.host.startsWith('ousd-staging')
1313
)

dapp/staging.secrets.enc

-21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)