mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 05:28:41 +00:00
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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user