typo: fixed typo issue

from https://github.com/koreanbots/v2-testing/issues/79
This commit is contained in:
wonderlandpark 2021-05-09 22:06:12 +09:00
parent 3f17c7eed3
commit 38a22ea397
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const Security: NextPage<SecurityProps> = ({ bugReports }) => {
<li> 3 / .</li> <li> 3 / .</li>
<li> .</li> <li> .</li>
</ul> </ul>
<h1 className='mt-6 mb-3 text-3xl font-bold text-koreanbots-blue'></h1> <h1 className='mt-6 mb-3 text-3xl font-bold text-koreanbots-blue'></h1>
<ul className='list-disc list-inside'> <ul className='list-disc list-inside'>
{ {
['koreanbots.dev 및 *.koreanbots.dev', 'kbots.link', '디스코드.한국'].map(el => <li key={el}>{el}</li>) ['koreanbots.dev 및 *.koreanbots.dev', 'kbots.link', '디스코드.한국'].map(el => <li key={el}>{el}</li>)