mirror of
https://github.com/ershisan99/www.git
synced 2026-01-28 21:12:04 +00:00
adjust styling and store users profiles according to the leaderboard
This commit is contained in:
@@ -124,7 +124,7 @@ export function LeaderboardPage() {
|
||||
return (
|
||||
<div className='flex h-screen flex-col overflow-hidden bg-gradient-to-b from-gray-50 to-gray-100 dark:from-zinc-900 dark:to-zinc-950'>
|
||||
<div className='container mx-auto flex flex-1 flex-col'>
|
||||
<div className='flex flex-1 flex-col overflow-hidden border-none bg-white p-0 shadow-lg dark:bg-zinc-900'>
|
||||
<div className='flex flex-1 flex-col overflow-hidden border-none dark:bg-zinc-900'>
|
||||
<div className='border-gray-200 border-b bg-white p-6 dark:border-zinc-800 dark:bg-zinc-900'>
|
||||
<div className='flex flex-col items-center justify-between gap-4 md:flex-row'>
|
||||
<div>
|
||||
@@ -147,16 +147,6 @@ export function LeaderboardPage() {
|
||||
{currentLeaderboard.length} Players
|
||||
</span>
|
||||
</Badge>
|
||||
<Button
|
||||
variant='outline'
|
||||
size='sm'
|
||||
className='border-gray-200 dark:border-zinc-700'
|
||||
>
|
||||
<Info className='mr-1 h-4 w-4 text-gray-500 dark:text-zinc-400' />
|
||||
<span className='text-gray-700 dark:text-zinc-300'>
|
||||
How Rankings Work
|
||||
</span>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user