mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-01 15:28:35 +00:00
[AB-xxx] changing style of leaderboard table
preparing for release
This commit is contained in:
2
.env
2
.env
@@ -1,2 +1,2 @@
|
||||
REGISTRY_PREFIX=harbor.sheldan.dev/abstracto/
|
||||
VERSION=1.5.30
|
||||
VERSION=1.5.31
|
||||
@@ -83,16 +83,16 @@ export function Leaderboard({serverId}: { serverId: bigint }) {
|
||||
<th scope="col" className="px-2 py-3 w-5">
|
||||
Rank
|
||||
</th>
|
||||
<th scope="col" className="px-6 py-3 w-1/2">
|
||||
<th scope="col" className="px-1 py-3 w-1/2 sm:w-1/2">
|
||||
Member
|
||||
</th>
|
||||
<th scope="col" className="px-6 py-3 w-1/4 text-center">
|
||||
<th scope="col" className="px-1 py-3 w-1/5 sm:w-1/5 text-center">
|
||||
Experience
|
||||
</th>
|
||||
<th scope="col" className="px-6 py-3 w-1/4 text-center">
|
||||
<th scope="col" className="px-1 py-3 w-1/5 sm:w-1/6 text-center">
|
||||
Messages
|
||||
</th>
|
||||
<th scope="col" className="px-6 py-3 w-5 text-center">
|
||||
<th scope="col" className="px-1 py-3 w-1/5 text-center">
|
||||
Level
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user