Fix BEM modifier in footer-end

This commit is contained in:
Mathias Schopmans
2017-04-06 16:08:29 +02:00
parent 713f26b89d
commit 3bd0c8e70a
2 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { getItemPageNames, isMobileViewport } from '../../common/config';
export default function FooterEnd({ items, pageName }) {
return (
<div className={classNames('footer-end', {'footer-end-left': !isMobileViewport() && getItemPageNames(items).includes(pageName)})} >
<div className={classNames('footer-end', {'footer-end--left': !isMobileViewport() && getItemPageNames(items).includes(pageName)})} >
<div className="footer-social">
<div className="footer-social__label">
<p>Follow us:</p>