Update Footer.js

This commit is contained in:
Patrik Oldsberg
2020-12-08 16:26:53 +01:00
committed by GitHub
parent 0d9b43216d
commit 1f0f4ed3bc
+3 -2
View File
@@ -1,6 +1,4 @@
/*
* Made with <3 at Spotify
* Copyright 2020 Backstage Project Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -88,6 +86,9 @@ class Footer extends React.Component {
)}
</div>
</section>
<p style={{textAlign: 'center'}}>
<a href="https://spotify.github.io">Made with &nbsp; at Spotify</a>
</p>
<p className="copyright">{this.props.config.copyright}</p>
</footer>
);