Update Footer.js

Signed-off-by: Spencer Kaiser <spencer.kaiser@aa.com>
This commit is contained in:
Spencer Kaiser
2021-06-04 17:09:54 -05:00
committed by Spencer Kaiser
parent d4df76fe11
commit 522e371e6c
+1 -1
View File
@@ -85,7 +85,7 @@ class Footer extends React.Component {
</div>
</section>
<p style={{ textAlign: 'center' }}>
<a href="https://spotify.github.io">Made with &nbsp; at Spotify</a>
<a href="https://spotify.github.io">Made with &nbsp;at Spotify</a>
</p>
<p className="copyright">{this.props.config.copyright}</p>
</footer>