fix: replace publishedAt by createdAt

This commit is contained in:
2026-04-29 18:09:43 +04:00
parent cc800ce1e2
commit 747230b8f3
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export default function MizikLyen({niAwtis, anPawol, kuveti, slug, meteEsMobilOu
</Box>
)}
{esBrandNew(anPawol.publishedAt) && (
{esBrandNew(anPawol.createdAt) && (
<FiberNewOutlinedIcon style={{fontSize: 30, marginRight: 5}} color='primary' />
)}