cleanup spacing

This commit is contained in:
amirhouieh 2023-05-10 19:54:33 +02:00
parent 038118a890
commit 79c2b81776
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ type Props = {
export default function Home({ posts, featured }: Props) {
return (
<>
{/* For Demo purposes only. Use inline CSS and styled components temporarily */}
{/*@TODO @jinho, wht PostContainer should recive an array of postData instead of only One?*/}
{featured && (
<Section title={'Featured'}>