[feat / fix] Fixed sintax error on footer - Fixed POA social icon size.

This commit is contained in:
Gabriel Rodríguez Alsina 2018-07-04 00:09:59 -03:00
parent d06d332acf
commit 47da41ad90
5 changed files with 7 additions and 18 deletions

View File

@ -9,27 +9,14 @@ const Footer = ({netId}) => {
<footer className={`footer ${footerClassName}`}>
<div className="container">
<a href="/"><i className="footer-logo" /></a>
<p className="footer-rights">{ moment().format('YYYY') } POA Network. All rights reserved.</p>
<p className="footer-rights">{ moment().format('YYYY') } POA. All rights reserved.</p>
<div className="socials">
<a href="https://twitter.com/poanetwork" className="socials-i socials-i_twitter">Twitter</a>
// <a href="https://poa.network" className="socials-i socials-i_poa">POA Network</a>
// <a href="https://t.me/oraclesnetwork" className="socials-i socials-i_telegram">Telegram</a>
// <a href="https://github.com/poanetwork/" className="socials-i socials-i_github">GitHub</a>
<a href="https://twitter.com/poanetwork" className="socials-i socials-i_twitter">Twitter</a><a href="https://poa.network" className="socials-i socials-i_poa">POA Network</a>
<a href="https://t.me/oraclesnetwork" className="socials-i socials-i_telegram">Telegram</a>
<a href="https://github.com/poanetwork/" className="socials-i socials-i_github">GitHub</a>
</div>
</div>
</footer>
// <footer className={`footer ${footerClassName}`}>
// <div className="container">
// <p className="footer-rights">{moment().format('YYYY')} POA Network. All rights reserved.</p>
// <a href="/poa-dapps-keys-generation" className="footer-logo"></a>
// <div className="socials">
// <a href="https://twitter.com/poanetwork" className="socials-i socials-i_twitter">Twitter</a>
// <a href="https://poa.network" className="socials-i socials-i_oracles">POA Network</a>
// <a href="https://t.me/oraclesnetwork" className="socials-i socials-i_telegram">Telegram</a>
// <a href="https://github.com/poanetwork/" className="socials-i socials-i_github">GitHub</a>
// </div>
// </div>
// </footer>
)
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

File diff suppressed because one or more lines are too long

View File

@ -63,6 +63,8 @@
&:before {
@include image-2x('#{ $base-images-path }/socials/poa@2x.png');
background-image: url('#{ $base-images-path }/socials/poa.png');
height: 20px;
width: 20px;
}
}