mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #3365 from LLK/hotfix/footer
Remove tagline from site footer
This commit is contained in:
commit
d8ce9555c5
6 changed files with 0 additions and 20 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
);
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue