Skip to content

Commit

Permalink
Remove separator on last item in Popularity ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Sep 29, 2024
1 parent 744772d commit ee68d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const Leaderboard = ({ cars }: LeaderboardProps) => {
</li>
))}
</ul>
<Separator />
<Separator className="last-of-type:hidden" />
</>
))}
</div>
Expand Down

0 comments on commit ee68d69

Please sign in to comment.