Change teks and awtis meta title

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-28 10:40:18 +04:00
parent 17cfab687c
commit 5a01c63496
2 changed files with 2 additions and 2 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={1} slug='teks'>
<HeadLayout title='Tèks (Paroles et Traductions)' tab={1} slug='teks'>
<TeksDrawer teks={teks} />
</HeadLayout>
)