Skip to content

Commit c8a93db

Browse files
Update src/components/MergeArticleList.tsx
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
1 parent bf0bf31 commit c8a93db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MergeArticleList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const MergeArticleList: React.FC<IProps> = () => {
9898
]
9999

100100
return (
101-
<Box as="div" mb="4rem">
101+
<Box mb="4rem">
102102
<CardList content={reads} />
103103
</Box>
104104
)

0 commit comments

Comments
 (0)