Skip to content

Commit

Permalink
Merge branch 'main' into issue/554/scraper_does_not_fetch_bot_events
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 authored Dec 16, 2024
2 parents 7948e90 + 91b070e commit 54d5444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/contributors/LeaderboardCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function LeaderboardCard({
rank={position + 1}
size="large"
/>
<div className="ml-4 mr-4 basis-3/5 text-wrap pr-10">
<div className="ml-4 mr-4 basis-3/5 text-wrap">
<div className="w-[180px] truncate font-bold text-green-500">
{contributor.user.name}
</div>
Expand All @@ -65,7 +65,7 @@ export default function LeaderboardCard({
</div>
</div>

<div className="flex items-center justify-between px-4 ">
<div className="flex items-center justify-between">
<div className="mt-4 md:mt-0 md:block">
<dl>
<dt className="truncate text-sm font-medium leading-5 text-foreground">
Expand Down

0 comments on commit 54d5444

Please sign in to comment.