Merge pull request #3582 from AlleyWei/patch-8

Update Footer.js
This commit is contained in:
Patrik Oldsberg
2020-12-08 16:54:33 +01:00
committed by GitHub
+9
View File
@@ -54,6 +54,12 @@ class Footer extends React.Component {
<a href={this.props.config.fossWebsite}>
Open Source @ {this.props.config.organizationName}
</a>
<a href="https://engineering.atspotify.com/">
Spotify Engineering Blog
</a>
<a href="https://developer.spotify.com/">Spotify for Developers</a>
<a href={this.props.config.repoUrl}>GitHub</a>
<a
className="github-button"
@@ -78,6 +84,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>
);