Skip to content
Snippets Groups Projects
Commit 5d9334c5 authored by netpro2k's avatar netpro2k
Browse files

Surface TOS and prvacy policy in help dialog. Fixes #315

parent 06e41a3a
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,17 @@
a { color: white }
}
&__links {
display: flex;
justify-content: center;
margin: 16px 0;
a {
margin: 0px 12px;
color: $light-text;
}
}
&__close {
position: absolute;
left: 12px;
......
......@@ -226,6 +226,18 @@ class InfoDialog extends Component {
<p>
The <b>Bubble Toggle</b> hides avatars that enter your personal space.
</p>
<div className="dialog__box__contents__links">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/mozilla/hubs/blob/master/TERMS.md">
<FormattedMessage id="profile.terms_of_use" />
</a>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/mozilla/hubs/blob/master/PRIVACY.md"
>
<FormattedMessage id="profile.privacy_notice" />
</a>
</div>
</div>
);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment