Skip to content

Commit e33ea4f

Browse files
committed
Fix typo
1 parent fdff361 commit e33ea4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/post/RelatedPostsForGuest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function RelatedPostsForGuest({
8080
<h4>관심 있을 만한 포스트</h4>
8181
{postsWithAds.map((post, index) => {
8282
return post ? (
83-
<Row style={{ marginBottm: '-1.5rem' }}>
83+
<Row style={{ marginBottom: '-1.5rem' }}>
8484
<StyledRowLink
8585
to={`/@${post.user.username}/${post.url_slug}`}
8686
key={post.id ?? index}

0 commit comments

Comments
 (0)