Fix meta title

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-28 18:02:25 +04:00
parent 600eaaa8a2
commit 472f0933e7
3 changed files with 3 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>
)