diff --git a/langs/en.json b/langs/en.json index 3a8f444..16d9c65 100644 --- a/langs/en.json +++ b/langs/en.json @@ -456,5 +456,10 @@ "trustBanner": { "trustLess": "You are using a public IPFS gateway. Tornado Cash dApp can not use all security features of your browser. Check out {link} for alternatives", "link": "landing page" + }, + "ethLinkBanner": { + "notification": "Due to the {issue} with eth.link domain, we highly recommend avoiding using this gateway. Consider {alternative} gateways.", + "issue": "issue", + "alternative": "alternative" } } diff --git a/pages/index.vue b/pages/index.vue index d6fe9b9..2064f80 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -49,6 +49,32 @@ + + + + + + + +
@@ -81,7 +107,8 @@ export default { data() { return { activeTab: 0, - isActive: false + isActive: false, + isEthLink: window.location.host === 'tornadocash.eth.link' } }, computed: {