Browse Source

Fixes microsoft logo. Closes https://github.com/microsoft/monaco-editor/pull/4974 (#4996)

Henning Dieterichs 1 week ago
parent
commit
1b33d5dced
1 changed files with 1 additions and 10 deletions
  1. 1 10
      website/src/website/pages/home/Home.tsx

+ 1 - 10
website/src/website/pages/home/Home.tsx

@@ -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",
-								}}
-							/>
+							<small>&copy; {process.env.YEAR} Microsoft</small>
 						</a>
-						<br />
-						<small>&copy; {process.env.YEAR} Microsoft</small>
 					</p>
 				</footer>
 			</Page>