Skip to content

Commit 4f01fe2

Browse files
committed
remove margins
1 parent 8c7c1ec commit 4f01fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Leaderboard.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const Leaderboard: React.FC<IProps> = ({ content, limit = 100 }) => {
5151
boxShadow={colorModeStyles.listBoxShadow}
5252
w="100%"
5353
mb={8}
54+
ml={0}
5455
aria-label={t("page-upgrades-bug-bounty-leaderboard-list")}
5556
>
5657
{content
@@ -80,7 +81,7 @@ const Leaderboard: React.FC<IProps> = ({ content, limit = 100 }) => {
8081
"fifth",
8182
] as const
8283
return (
83-
<ListItem>
84+
<ListItem mb={0}>
8485
<LinkBox
8586
key={idx}
8687
display="flex"

0 commit comments

Comments
 (0)