Feat: test conseils
This commit is contained in:
@@ -12,7 +12,7 @@ const styles = theme => ({
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'flex-start',
|
||||
padding: theme.spacing(3,2),
|
||||
padding: theme.spacing(3, 2),
|
||||
width: '100%',
|
||||
},
|
||||
vimeoVideo: {
|
||||
@@ -26,17 +26,17 @@ class Conseils extends React.Component {
|
||||
const { classes } = this.props
|
||||
|
||||
return (
|
||||
<LayoutBack text="Quelques conseils !">
|
||||
<LayoutBack text="Quelques conseils">
|
||||
<Head>
|
||||
<title>Quelques conseils !</title>
|
||||
<meta name="description" content="Quelques conseils !" />
|
||||
<meta key="robots" name="robots" content="noindex, nofollow"></meta>
|
||||
<link rel="canonical" href="https://app.talentstube.com" />
|
||||
</Head>
|
||||
<section className={ classes.container }>
|
||||
<VideoVimeo videoId='356411947' autoplay='1'/>
|
||||
<section className={classes.container}>
|
||||
<VideoVimeo videoId='356411947' autoplay='1' />
|
||||
</section>
|
||||
</LayoutBack>
|
||||
</LayoutBack>
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user