mirror of
https://github.com/koreanbots/core.git
synced 2025-12-17 23:00:22 +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}
|
{Status[bot.status]?.text}
|
||||||
</h2>
|
</h2>
|
||||||
<h1 className='mb-3 text-left text-2xl font-bold truncate'>
|
<h1 className='mb-3 text-left text-2xl font-bold truncate'>
|
||||||
{bot.name}{' '}
|
{bot.name}
|
||||||
{bot.trusted ? (
|
|
||||||
<span className='text-koreanbots-blue text-3xl'>
|
|
||||||
<i className='fas fa-award' />
|
|
||||||
</span>
|
|
||||||
) : ''}
|
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user