Skip to content

Commit

Permalink
add: update TOU etoro
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Nov 11, 2019
1 parent 0013dd2 commit 4c40f49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/webView/webViewInstances.js
@@ -1,7 +1,10 @@
import Config from '../../config/config'
import { createIframe } from './iframe.web'

export const TermsOfUse = createIframe('https://community.gooddollar.org/dappterms/', 'Terms of Use')
export const TermsOfUse = createIframe(
`https://community.gooddollar.org/${Config.isEToro ? 'pilot-terms' : 'dappterms'}`,
'Terms of Use'
)
export const PrivacyPolicy = createIframe('https://community.gooddollar.org/pp/', 'Privacy Policy')
export const PrivacyArticle = createIframe(
'https://medium.com/gooddollar/gooddollar-identity-pillar-balancing-identity-and-privacy-part-i-face-matching-d6864bcebf54',
Expand Down

0 comments on commit 4c40f49

Please sign in to comment.