style: removed line break

This commit is contained in:
wonderlandpark 2021-05-22 12:13:53 +09:00
parent f03ff02f88
commit 87548a8e43

View File

@ -109,7 +109,6 @@ const Bots: NextPage<BotsProps> = ({ data, desc, date, user, theme, csrfToken })
{data.name}{' '} {data.name}{' '}
{checkBotFlag(data.flags, 'trusted') ? ( {checkBotFlag(data.flags, 'trusted') ? (
<Tooltip placement='bottom' overlay='해당 봇은 한국 디스코드봇 리스트에서 엄격한 기준을 통과한 봇입니다!'> <Tooltip placement='bottom' overlay='해당 봇은 한국 디스코드봇 리스트에서 엄격한 기준을 통과한 봇입니다!'>
<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>