mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
chore: update featured section
This commit is contained in:
parent
7498b6484d
commit
e0bc4e658c
@ -92,12 +92,7 @@ export const HomePage: React.FC<HomePageProps> = ({
|
||||
<FeaturedSecond>
|
||||
<PostsGrid
|
||||
shows={shows}
|
||||
posts={[
|
||||
...latest?.data
|
||||
.filter((item: any) => item?.type === 'article')
|
||||
.slice(0, 1),
|
||||
...highlighted.slice(0, 1),
|
||||
]}
|
||||
posts={[highlighted[1], highlighted[2]]}
|
||||
pattern={[{ cols: 2, size: 'large' }]}
|
||||
breakpoints={[
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user