Fix title

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-07 16:20:23 +04:00
parent ccf2a53b53
commit fac966f914
2 changed files with 2 additions and 3 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 | Paroles et Traductions' tab={1} slug='teks'>
<HeadLayout title='Tèks - Paroles et Traductions' tab={1} slug='teks'>
<TeksDrawer teks={teks} />
</HeadLayout>
)