This commit is contained in:
Henning Dieterichs 2025-09-11 17:40:06 +02:00 committed by GitHub
parent 52d68ac7c4
commit 1b33d5dced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>