mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add privacy policy link to modal metrics opt-in (#6250)
This commit is contained in:
parent
f74cd1aa3f
commit
be2d2bad4b
@ -86,7 +86,13 @@ export default class MetaMetricsOptInModal extends Component {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="metametrics-opt-in__bottom-text">
|
<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>
|
</div>
|
||||||
<div className="metametrics-opt-in__footer">
|
<div className="metametrics-opt-in__footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user