Skip to content

Commit

Permalink
Add privacy policy link to modal metrics opt-in (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm authored Mar 6, 2019
1 parent f74cd1a commit be2d2ba
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit be2d2ba

Please sign in to comment.