mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
This commit is contained in:
parent
5dce1b422c
commit
87768d4bd1
@ -53,11 +53,11 @@ const Bots: NextPage<BotsProps> = ({ data, date, votes }) => {
|
|||||||
/>
|
/>
|
||||||
<h1 className="mb-2 mt-3 text-4xl font-bold">
|
<h1 className="mb-2 mt-3 text-4xl font-bold">
|
||||||
{data.name}{' '}
|
{data.name}{' '}
|
||||||
{data.trusted && (
|
{data.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>
|
||||||
</div>
|
</div>
|
||||||
<p className="dark:text-gray-300 text-gray-800 text-base">{data.intro}</p>
|
<p className="dark:text-gray-300 text-gray-800 text-base">{data.intro}</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user