fix(v2): fix footer CSS

This commit is contained in:
Yangshun Tay 2019-06-05 22:00:43 -07:00
parent 6a905dd736
commit 937be4d231

View file

@ -33,7 +33,7 @@ function Footer() {
{links && links.length > 0 && (
<div className="row footer__links">
{links.map((linkItem, i) => (
<div key={`linkItem-${i}`} className="col">
<div key={i} className="col footer__col">
{linkItem.title != null ? (
<h4 className="footer__title">{linkItem.title}</h4>
) : null}