Skip to content

Commit 8f35a67

Browse files
committed
remove additional prop in hero
1 parent d298005 commit 8f35a67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/blog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export default function Index({ allPosts }: Props) {
5959
<div className="container">
6060
{heroPost && (
6161
<HeroPost
62-
style={styles.hero}
6362
title={heroPost.title}
6463
coverImage={heroPost.coverImage}
6564
date={heroPost.date}

0 commit comments

Comments
 (0)