fix: remove the extra border on landing page when there is no featured post

This commit is contained in:
Hossein Mehrabi 2024-01-30 15:33:06 +03:30
parent 22b780f54c
commit ff5b3dcb1f
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 1 deletions

View File

@ -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' }]}