mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +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 />
|
||||
<p className="text-center">
|
||||
<a href="https://microsoft.com" title="Microsoft">
|
||||
<img
|
||||
src="https://opensource.microsoft.com/assets/images/Microsoft_logo.svg"
|
||||
alt="Microsoft"
|
||||
style={{
|
||||
maxHeight: "23px",
|
||||
marginBottom: "12px",
|
||||
}}
|
||||
/>
|
||||
</a>
|
||||
<br />
|
||||
<small>© {process.env.YEAR} Microsoft</small>
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue