Feat: test conseils

This commit is contained in:
2020-06-30 15:22:41 +02:00
parent ce9b8b6031
commit e6738a1565
+5 -5
View File
@@ -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>
)
}