mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
This commit is contained in:
parent
c38fd87dcb
commit
8d0704c154
@ -34,11 +34,11 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
|
|||||||
</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 && (
|
{bot.trusted ? (
|
||||||
<span className="text-koreanbots-blue text-3xl">
|
<span className="text-koreanbots-blue text-3xl">
|
||||||
<i className="fas fa-award" />
|
<i className="fas fa-award" />
|
||||||
</span>
|
</span>
|
||||||
)}
|
) : ''}
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-left text-gray-400 text-sm font-medium">{bot.intro}</p>
|
<p className="text-left text-gray-400 text-sm font-medium">{bot.intro}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user