chore: eksik parantezi ekle
This commit is contained in:
parent
1732030bf0
commit
8ab7fa45b5
|
@ -23,7 +23,7 @@ const allPosts = [...allReviews, ...allTeknikPosts].filter(
|
||||||
{
|
{
|
||||||
allWpPosts
|
allWpPosts
|
||||||
.sort((p1, p2) => p2.data.date.getTime() - p1.data.date.getTime())
|
.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>
|
</div>
|
||||||
<a class="text-inherit" href="/posts/1">Tüm Yayınlar</a>
|
<a class="text-inherit" href="/posts/1">Tüm Yayınlar</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user