mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Resolve lint issues
This commit is contained in:
parent
d78d78e1fa
commit
88e99e655b
2 changed files with 19 additions and 20 deletions
|
@ -1243,7 +1243,6 @@ class EmailStep extends React.Component {
|
||||||
validations="equalsField:user.email"
|
validations="equalsField:user.email"
|
||||||
/>
|
/>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
value
|
|
||||||
help={null}
|
help={null}
|
||||||
name="subscribe"
|
name="subscribe"
|
||||||
value={false}
|
value={false}
|
||||||
|
|
|
@ -18,10 +18,10 @@ const Privacypolicy = () => (
|
||||||
Scratch understands how important privacy is to our
|
Scratch understands how important privacy is to our
|
||||||
community, especially kids and parents. We wrote this
|
community, especially kids and parents. We wrote this
|
||||||
Privacy Policy to explain what information we collect
|
Privacy Policy to explain what information we collect
|
||||||
through our website (scratch.mit.edu) (the “Site”), how we
|
through our website (scratch.mit.edu) (the "Site"),
|
||||||
use, process, and share it, and what we're doing to keep it
|
how we use, process, and share it, and what we're doing
|
||||||
safe. It also tells you about your rights and choices with
|
to keep it safe. It also tells you about your rights and
|
||||||
respect to your information, and how you can{' '}
|
choices with respect to your information, and how you can{' '}
|
||||||
<a href="/contact-us">contact us</a> if you have any
|
<a href="/contact-us">contact us</a> if you have any
|
||||||
questions or concerns.
|
questions or concerns.
|
||||||
</p>
|
</p>
|
||||||
|
@ -62,8 +62,8 @@ const Privacypolicy = () => (
|
||||||
comments, you need to make an account. During account
|
comments, you need to make an account. During account
|
||||||
creation, we ask you for a username, your country, birth
|
creation, we ask you for a username, your country, birth
|
||||||
month and year, gender, and your email address (or your
|
month and year, gender, and your email address (or your
|
||||||
parent or guardian's email address if you are under 16
|
parent or guardian's email address if you are under
|
||||||
years old). We ask that you select a username that does
|
16 years old). We ask that you select a username that does
|
||||||
not disclose your real name or other information that
|
not disclose your real name or other information that
|
||||||
could identify you. Other users can see your username
|
could identify you. Other users can see your username
|
||||||
and country, but not your age, gender, or email address.
|
and country, but not your age, gender, or email address.
|
||||||
|
@ -133,7 +133,7 @@ const Privacypolicy = () => (
|
||||||
<dl>
|
<dl>
|
||||||
<span className="nav-spacer" />
|
<span className="nav-spacer" />
|
||||||
<h3>How does the Scratch Team use my personal information?</h3>
|
<h3>How does the Scratch Team use my personal information?</h3>
|
||||||
<p></p>
|
<p />
|
||||||
<dt>Internal and Service-Related Usage</dt>
|
<dt>Internal and Service-Related Usage</dt>
|
||||||
<dd>
|
<dd>
|
||||||
We use Personal Information for internal and Site-related
|
We use Personal Information for internal and Site-related
|
||||||
|
@ -282,7 +282,7 @@ const Privacypolicy = () => (
|
||||||
<section id="rights">
|
<section id="rights">
|
||||||
<span className="nav-spacer" />
|
<span className="nav-spacer" />
|
||||||
<h3>Your Rights and Choices</h3>
|
<h3>Your Rights and Choices</h3>
|
||||||
<p></p>
|
<p />
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Updating Your Information</dt>
|
<dt>Updating Your Information</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -297,13 +297,13 @@ const Privacypolicy = () => (
|
||||||
<dd>
|
<dd>
|
||||||
If you want to delete your account, login to Scratch,
|
If you want to delete your account, login to Scratch,
|
||||||
and then click your username in the top right-hand
|
and then click your username in the top right-hand
|
||||||
corner. Select "Account Settings," then click the "I
|
corner. Select "Account Settings," then click
|
||||||
want to delete my account" link at the bottom of the
|
the "I want to delete my account" link at the
|
||||||
page. Deleting your account hides all information from
|
bottom of the page. Deleting your account hides all
|
||||||
public view, but does not remove all of your information
|
information from public view, but does not remove all of
|
||||||
from our servers. If you want to have all of your
|
your information from our servers. If you want to have
|
||||||
information removed from our servers, please contact
|
all of your information removed from our servers, please
|
||||||
help@scratch.mit.edu for assistance.
|
contact help@scratch.mit.edu for assistance.
|
||||||
</dd>
|
</dd>
|
||||||
<dt>Marketing Communications</dt>
|
<dt>Marketing Communications</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -446,10 +446,10 @@ const Privacypolicy = () => (
|
||||||
via mail at:
|
via mail at:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Scratch Foundation<br/>
|
Scratch Foundation<br />
|
||||||
ATTN: Privacy Policy<br/>
|
ATTN: Privacy Policy<br />
|
||||||
7315 Wisconsin Ave.<br/>
|
7315 Wisconsin Ave.<br />
|
||||||
4th Floor West<br/>
|
4th Floor West<br />
|
||||||
Bethesda, MD 20814
|
Bethesda, MD 20814
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue