chore: update featured section
This commit is contained in:
parent
7498b6484d
commit
e0bc4e658c
|
@ -92,12 +92,7 @@ export const HomePage: React.FC<HomePageProps> = ({
|
||||||
<FeaturedSecond>
|
<FeaturedSecond>
|
||||||
<PostsGrid
|
<PostsGrid
|
||||||
shows={shows}
|
shows={shows}
|
||||||
posts={[
|
posts={[highlighted[1], highlighted[2]]}
|
||||||
...latest?.data
|
|
||||||
.filter((item: any) => item?.type === 'article')
|
|
||||||
.slice(0, 1),
|
|
||||||
...highlighted.slice(0, 1),
|
|
||||||
]}
|
|
||||||
pattern={[{ cols: 2, size: 'large' }]}
|
pattern={[{ cols: 2, size: 'large' }]}
|
||||||
breakpoints={[
|
breakpoints={[
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue