Add slug to HeadLayout

This commit is contained in:
2020-12-24 13:39:07 +01:00
parent e4e72a9cfd
commit e3b91fd93c
4 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import HeadLayout from '../../components/head-layout'
export default function Teks({teks}) {
return (
<HeadLayout title='Tèks' tab={2}>
<HeadLayout title='Tèks' tab={2} slug='teks'>
<TeksDrawer teks={teks} />
</HeadLayout>
)