mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: badge style change
This commit is contained in:
parent
a57b42554a
commit
eae0ade268
@ -134,11 +134,13 @@ export const BotBadgeType = (data: Bot) => {
|
||||
return {
|
||||
servers: {
|
||||
label: '서버수',
|
||||
status: formatNumber(data.servers)
|
||||
status: formatNumber(data.servers),
|
||||
color: '7289DA'
|
||||
},
|
||||
votes: {
|
||||
label: '하트',
|
||||
status: `${formatNumber(data.votes)}`
|
||||
status: `${formatNumber(data.votes)}`,
|
||||
color: 'ef4444'
|
||||
},
|
||||
status: {
|
||||
label: '상태',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user