Change teks and awtist order
This commit is contained in:
@@ -38,7 +38,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}`} tab={2} slug={`teks/${slug}`}
|
||||
title={`${awtis} - ${anTeks.tit}`} tab={1} slug={`teks/${slug}`}
|
||||
>
|
||||
<TeksDrawer teks={teks} anTeks={anTeks} komante={komante} />
|
||||
</HeadLayout>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user