Edit teks meta title

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-28 18:24:04 +04:00
parent 472f0933e7
commit 4e97b0bc39
+1 -1
View File
@@ -36,7 +36,7 @@ export default function SlugTeks({teks, anTeks, slug, komante}) {
imageWidth={formatKouveti() ? formatKouveti().width : null}
imageHeight={formatKouveti() ? formatKouveti().height : null}
imageMime={formatKouveti() ? formatKouveti().mime : null}
title={`${awtis} - ${anTeks.tit} | Pawòl - Paroles - Lyrics | Traduction`} tab={1} slug={`teks/${slug}`}
title={`${awtis} - ${anTeks.tit} | Paroles et Traductions`} tab={1} slug={`teks/${slug}`}
>
<TeksDrawer teks={teks} anTeks={anTeks} komante={komante} />
</HeadLayout>