Skip to content

Commit

Permalink
Update layout of popularity leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 10, 2024
1 parent 223164f commit 2006dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cars/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const CarsPage = async (props: { searchParams: SearchParams }) => {
{/*</UnreleasedFeature>*/}
</div>
<div className="grid gap-4 xl:grid-cols-12">
<div className="grid grid-cols-1 gap-4 xl:col-span-6">
<div className="grid grid-cols-1 gap-4 xl:col-span-8">
<StatisticsCard
title="By Fuel Type"
description="Distribution of vehicles based on fuel type"
Expand All @@ -257,7 +257,7 @@ const CarsPage = async (props: { searchParams: SearchParams }) => {
linkPrefix="vehicle-types"
/>
</div>
<div className="grid grid-cols-1 gap-4 xl:col-span-6">
<div className="grid grid-cols-1 gap-4 xl:col-span-4">
<Leaderboard cars={cars} />
</div>
</div>
Expand Down

0 comments on commit 2006dbb

Please sign in to comment.