Merge pull request #5929 from AmericanAirlines/footer-tweak

Removing extra space from footer
This commit is contained in:
Johan Haals
2021-06-07 09:35:51 +02:00
committed by GitHub
+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>