Add privacy policy link to modal metrics opt-in (#6250)

feature/default_network_editable
Dan J Miller 6 years ago committed by GitHub
parent f74cd1aa3f
commit be2d2bad4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ui/app/components/modals/metametrics-opt-in-modal/metametrics-opt-in-modal.component.js

@ -86,7 +86,13 @@ export default class MetaMetricsOptInModal extends Component {
</div>
</div>
<div className="metametrics-opt-in__bottom-text">
This data is aggregated and is therefore anonymous for the purposes of General Data Protection Regulation (EU) 2016/679. For more information in relation to our privacy practices, please see our Privacy Policy here.
This data is aggregated and is therefore anonymous for the purposes of General Data Protection Regulation (EU) 2016/679. For more information in relation to our privacy practices, please see our <a
href="https://metamask.io/privacy.html"
target="_blank"
rel="noopener noreferrer"
>
Privacy Policy here
</a>.
</div>
</div>
<div className="metametrics-opt-in__footer">

Loading…
Cancel
Save