Merge pull request #3365 from LLK/hotfix/footer

Remove tagline from site footer
This commit is contained in:
Ray Schamp 2019-09-18 10:41:30 -04:00 committed by GitHub
commit d8ce9555c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 20 deletions

View file

@ -103,9 +103,6 @@ const ConferenceFooter = () => (
</li>
</FlexRow>
</FlexRow>
<p className="legal">
Scratch is a project of the Lifelong Kindergarten Group at the MIT Media Lab.
</p>
</div>
<div className="media">
<div className="contact-us">

View file

@ -46,9 +46,6 @@ const ConferenceFooter = props => (
</li>
</FlexRow>
</FlexRow>
<p className="legal">
<FormattedMessage id="general.copyright" />
</p>
</div>
<div className="media">
<div className="contact-us">

View file

@ -145,9 +145,6 @@ const ConferenceFooter = props => (
</li>
</FlexRow>
</FlexRow>
<p className="legal">
<FormattedMessage id="general.copyright" />
</p>
</div>
<div className="media">
<div className="contact-us">

View file

@ -49,9 +49,6 @@ const ConferenceFooter = props => (
</li>
</FlexRow>
</FlexRow>
<p className="legal">
<FormattedMessage id="general.copyrightDraft" />
</p>
</div>
<div className="media">
<div className="contact-us">

View file

@ -209,12 +209,6 @@ const Footer = props => (
</div>
</MediaQuery>
<LanguageChooser locale={props.intl.locale} />
<div className="copyright">
<p>
<FormattedMessage id="general.copyright" />
</p>
</div>
</FooterBox>
);

View file

@ -16,8 +16,6 @@
"general.downloadPDF": "Download PDF",
"general.emailUs": "Email Us",
"general.conferences": "Conferences",
"general.copyright": "Scratch is a project of the Lifelong Kindergarten Group at the MIT Media Lab",
"general.copyrightDraft": "Scratch is a project of the Scratch Foundation in collaboration with the Lifelong Kindergarten Group at the MIT Media Lab.",
"general.country": "Country",
"general.create": "Create",
"general.credits": "Credits",