mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Remove button label
This commit is contained in:
parent
7f50c47704
commit
f669119881
2 changed files with 8 additions and 9 deletions
|
@ -88,7 +88,6 @@
|
|||
"general.signIn": "Sign in",
|
||||
"general.startOver": "Start over",
|
||||
"general.statistics": "Statistics",
|
||||
"genral.story": "Create a Story",
|
||||
"general.studios": "Studios",
|
||||
"general.support": "Resources",
|
||||
"general.ideas": "Ideas",
|
||||
|
|
|
@ -46,7 +46,7 @@ const About = () => (
|
|||
<div className="body">
|
||||
<ul>
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.whoUsesScratch" /></h2>
|
||||
<h3><FormattedMessage id="about.whoUsesScratch" /></h3>
|
||||
<img
|
||||
alt=""
|
||||
src="/images/about/who-uses-scratch.jpg"
|
||||
|
@ -55,7 +55,7 @@ const About = () => (
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.literacy" /></h2>
|
||||
<h3><FormattedMessage id="about.literacy" /></h3>
|
||||
<iframe
|
||||
allowFullScreen
|
||||
mozallowfullscreen={'true'}
|
||||
|
@ -67,7 +67,7 @@ const About = () => (
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.aroundTheWorld" /></h2>
|
||||
<h3><FormattedMessage id="about.aroundTheWorld" /></h3>
|
||||
<img
|
||||
alt=""
|
||||
src="/images/about/around-the-world.png"
|
||||
|
@ -90,7 +90,7 @@ const About = () => (
|
|||
/></p>
|
||||
</li>
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.schools" /></h2>
|
||||
<h3><FormattedMessage id="about.schools" /></h3>
|
||||
<img
|
||||
alt=""
|
||||
src="/images/about/scratch-in-schools.jpg"
|
||||
|
@ -107,7 +107,7 @@ const About = () => (
|
|||
/></p>
|
||||
</li>
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.quotes" /></h2>
|
||||
<h3><FormattedMessage id="about.quotes" /></h3>
|
||||
<img
|
||||
alt="Quotes about Scratch"
|
||||
src="/images/about/quotes.gif"
|
||||
|
@ -127,7 +127,7 @@ const About = () => (
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.research" /></h2>
|
||||
<h3><FormattedMessage id="about.research" /></h3>
|
||||
<img
|
||||
alt=""
|
||||
src="/images/about/research-remix.png"
|
||||
|
@ -186,7 +186,7 @@ const About = () => (
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.learnMore" /></h2>
|
||||
<h3><FormattedMessage id="about.learnMore" /></h3>
|
||||
<ul className="list">
|
||||
<li>
|
||||
<a href="/faq"><FormattedMessage id="about.learnMoreFaq" /></a>
|
||||
|
@ -204,7 +204,7 @@ const About = () => (
|
|||
</li>
|
||||
|
||||
<li>
|
||||
<h2><FormattedMessage id="about.support" /></h2>
|
||||
<h3><FormattedMessage id="about.support" /></h3>
|
||||
<p><FormattedMessage
|
||||
id="about.supportDescription"
|
||||
values={{
|
||||
|
|
Loading…
Reference in a new issue