chore: eksik parantezi ekle

This commit is contained in:
log101 2025-09-15 01:30:08 +03:00
parent 1732030bf0
commit 8ab7fa45b5

View File

@ -23,7 +23,7 @@ const allPosts = [...allReviews, ...allTeknikPosts].filter(
{
allWpPosts
.sort((p1, p2) => p2.data.date.getTime() - p1.data.date.getTime())
.map((p) => <Post post={p} componentType="short" />
.map((p) => <Post post={p} componentType="short" />)
}
</div>
<a class="text-inherit" href="/posts/1">Tüm Yayınlar</a>