Change teks and awtist order

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-09-29 18:59:31 +02:00
parent 01bdedb590
commit 4b5372e23d
4 changed files with 7 additions and 7 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} slug='teks'>
<HeadLayout title='Tèks' tab={1} slug='teks'>
<TeksDrawer teks={teks} />
</HeadLayout>
)