fix: remove the extra border on landing page when there is no featured post
This commit is contained in:
parent
22b780f54c
commit
ff5b3dcb1f
|
@ -55,7 +55,7 @@ export const HomePage: React.FC<HomePageProps> = ({
|
|||
},
|
||||
]}
|
||||
/>
|
||||
<Section title="Latest posts">
|
||||
<Section title="Latest posts" bordered={highlighted.length > 0}>
|
||||
<PostsGrid
|
||||
shows={shows}
|
||||
pattern={[{ cols: 4, size: 'small' }]}
|
||||
|
|
Loading…
Reference in New Issue