Add AddStatementButton in Home page (temporary)
This commit is contained in:
parent
8c72200525
commit
50a5a15da1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,9 +4,11 @@ import HomeSubjects from './HomeSubjects';
|
||||||
import LastStatements from 'components/LastStatements';
|
import LastStatements from 'components/LastStatements';
|
||||||
import bgSrc from './images/intro-bg.jpg';
|
import bgSrc from './images/intro-bg.jpg';
|
||||||
import styles from './Home.css';
|
import styles from './Home.css';
|
||||||
|
import AddStatementButton from 'components/AddStatementButton';
|
||||||
|
|
||||||
const Home = () => (
|
const Home = () => (
|
||||||
<div className="container-fluid" styleName="container">
|
<div className="container-fluid" styleName="container">
|
||||||
|
<AddStatementButton />
|
||||||
<div className="row" styleName="background-title" style={{ backgroundImage: `url(${bgSrc})` }}>
|
<div className="row" styleName="background-title" style={{ backgroundImage: `url(${bgSrc})` }}>
|
||||||
<div styleName="title-mask">
|
<div styleName="title-mask">
|
||||||
<h5 >Bienvenue sur Débats.co</h5>
|
<h5 >Bienvenue sur Débats.co</h5>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue