mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Fixes microsoft logo. Closes https://github.com/microsoft/monaco-editor/pull/4974 (#4996)
This commit is contained in:
parent
52d68ac7c4
commit
1b33d5dced
1 changed files with 1 additions and 10 deletions
|
|
@ -89,17 +89,8 @@ export class Home extends React.Component {
|
||||||
<hr />
|
<hr />
|
||||||
<p className="text-center">
|
<p className="text-center">
|
||||||
<a href="https://microsoft.com" title="Microsoft">
|
<a href="https://microsoft.com" title="Microsoft">
|
||||||
<img
|
<small>© {process.env.YEAR} Microsoft</small>
|
||||||
src="https://opensource.microsoft.com/assets/images/Microsoft_logo.svg"
|
|
||||||
alt="Microsoft"
|
|
||||||
style={{
|
|
||||||
maxHeight: "23px",
|
|
||||||
marginBottom: "12px",
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
<br />
|
|
||||||
<small>© {process.env.YEAR} Microsoft</small>
|
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue