Update Khan Academy logo (#1613)

* Update Khan Academy logo

* Remove original logo

* Remove unused SVG attributes

* Replace the main page logo with monochromatic (white) version

* Remove effects from the logo in the footer
This commit is contained in:
ylemkimon
2018-08-18 13:25:27 +09:00
committed by GitHub
parent 3f31a504e8
commit 0a35a3d184
7 changed files with 118 additions and 14 deletions

View File

@@ -80,13 +80,12 @@ class Footer extends React.Component {
<a
href="https://www.khanacademy.org/"
target="_blank" // eslint-disable-line react/jsx-no-target-blank
className="fbOpenSource">
className="logo">
<img
src={this.props.config.baseUrl + 'img/khan-academy.png'}
src={this.props.config.baseUrl + 'img/khan-academy.svg'}
alt="Khan Academy"
width="180"
height="17"
width="175"
height="28"
/>
</a>
<section className="copyright">