mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
feat: removed trusted badge from the botcard
This commit is contained in:
parent
35854d2f79
commit
25234036ee
@ -25,12 +25,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
|
||||
{Status[bot.status]?.text}
|
||||
</h2>
|
||||
<h1 className='mb-3 text-left text-2xl font-bold truncate'>
|
||||
{bot.name}{' '}
|
||||
{bot.trusted ? (
|
||||
<span className='text-koreanbots-blue text-3xl'>
|
||||
<i className='fas fa-award' />
|
||||
</span>
|
||||
) : ''}
|
||||
{bot.name}
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user