This commit is contained in:
Henning Dieterichs 2025-09-11 17:28:21 +02:00
parent 2a3d33900c
commit 70a33e37e7
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

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