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

@ -26,7 +26,7 @@ const About:NextPage = () => {
</div>
<div className='mx-auto font-normal'>
<h2 className='text-3xl mb-1 font-bold text-koreanbots-blue'> </h2>
<p className='text-base'> , .</p>
<p className='text-base'> , .</p>
</div>
<div className='mx-auto font-normal'>
<h2 className='text-3xl mb-1 font-bold text-koreanbots-blue'>API </h2>

View File

@ -53,7 +53,7 @@ const VoteBot: NextPage<VoteBotProps> = ({ data, user, csrfToken, theme }) => {
<DiscordAvatar userID={data.id} className='mx-auto w-52 h-52 bg-white mb-4' />
<Tag text={<span><i className='fas fa-heart text-red-600' /> {data.votes}</span>} dark />
<h1 className='text-3xl font-bold mt-3'>{data.name}</h1>
<h4 className='text-md mt-1'>12 .</h4>
<h4 className='text-md mt-1'>12 .</h4>
<div className='inline-block mt-2'>
{
votingStatus === 0 ? <Button onClick={()=> setVotingStatus(1)}>

View File

@ -24,7 +24,7 @@ const Security: NextPage<SecurityProps> = ({ bugReports }) => {
<li> 3 / .</li>
<li> .</li>
</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'>
{
['koreanbots.dev 및 *.koreanbots.dev', 'kbots.link', '디스코드.한국'].map(el => <li key={el}>{el}</li>)