Skip to content

Commit 2d15d99

Browse files
Update src/components/ShardChainsList.tsx
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
1 parent 70ea9de commit 2d15d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ShardChainsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const ShardChainsList: 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)