fix pp color on ranking page
All checks were successful
Deploy Website / deploy (push) Successful in 4m5s
All checks were successful
Deploy Website / deploy (push) Successful in 4m5s
This commit is contained in:
@ -24,9 +24,11 @@ export default async function HomePage() {
|
||||
<Statistic title="Total Tracked Players" value={statistics.trackedPlayers} />
|
||||
</div>
|
||||
|
||||
<Link href="/search">
|
||||
<Button className="w-fit">Get started</Button>
|
||||
</Link>
|
||||
<div className="flex gap-2 flex-wrap">
|
||||
<Link href="/search">
|
||||
<Button className="w-fit">Get started</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user