Merge pull request #942 from ethereum/robBlank

fix missing quote
pull/5370/head
David Disu 4 years ago committed by GitHub
commit 3436c3fc39
  1. 2
      apps/remix-ide/src/app.js

@ -371,7 +371,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
'Help us to improve our IDE',
yo`
<div>
<p>Remix IDE uses <a href="https://matomo.org target="_blank">Matomo</a>, an open source data analytics platform, to improve our website. Matomo on Remix is opt-in - meaning that we won't collect any information unless you agree.</p>
<p>Remix IDE uses <a href="https://matomo.org" target="_blank">Matomo</a>, an open source data analytics platform, to improve our website. Matomo on Remix is opt-in - meaning that we won't collect any information unless you agree.</p>
<p>We realize that our users have sensitive information in their code and that the privacy of our users must be protected.</p>
<p>All data collected through Matomo is stored on our own server - no data is ever given to third parties. Our analytics reports are public: <a href="https://matomo.ethereum.org/index.php?module=MultiSites&action=index&idSite=23&period=day&date=yesterday" target="_blank">take a look</a>.</p>
<p>We do not store any personally identifiable information (PII).</p>

Loading…
Cancel
Save