typo: fixed typo issues

For https://github.com/koreanbots/v2-testing/issues/79
This commit is contained in:
wonderlandpark 2021-05-09 12:55:48 +09:00
parent d475b860a9
commit 7e1157603b
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ const Redirect = ({ to, text=true, children }:RedirectProps):JSX.Element => {
</>
return <Container paddingTop>
<div>
<a href={to} className='text-blue-400'>{text && '자동으로 리다이렉트되지 않는다면 클릭세요.'}</a>
<a href={to} className='text-blue-400'>{text && '자동으로 리다이렉트되지 않는다면 클릭세요.'}</a>
</div>
</Container>
}

View File

@ -138,7 +138,7 @@ const AddBot:NextPage<AddBotProps> = ({ logged, user, csrfToken, theme }) => {
<Label For='website' label='웹사이트' labelDesc='봇의 웹사이트를 작성해주세요.' error={errors.website && touched.website ? errors.website : null}>
<Input name='website' placeholder='https://koreanbots.dev' />
</Label>
<Label For='git' label='깃 URL' labelDesc='봇의 소스코드 깃 주소를 입력해주세요 (오픈소스인 경우)' error={errors.git && touched.git ? errors.git : null}>
<Label For='git' label='깃 URL' labelDesc='봇의 소스코드 깃 주소를 입력해주세요. (오픈소스인 경우)' error={errors.git && touched.git ? errors.git : null}>
<Input name='git' placeholder='https://github.com/koreanbots/koreanbots'/>
</Label>
<Label For='inviteLink' label='초대링크' labelDesc='봇의 초대링크입니다. 비워두시면 자동으로 생성합니다.' error={errors.url && touched.url ? errors.url : null}>
@ -168,7 +168,7 @@ const AddBot:NextPage<AddBotProps> = ({ logged, user, csrfToken, theme }) => {
<Label For='intro' label='봇 설명' labelDesc={<> ! ( 1500)<br/> !</>} error={errors.desc && touched.desc ? errors.desc : null} required>
<TextArea name='desc' placeholder='봇에 대해 최대한 자세히 설명해주세요!' theme={theme === 'dark' ? 'dark' : 'light'} value={values.desc} setValue={(value) => setFieldValue('desc', value)} />
</Label>
<Label For='preview' label='설명 미리보기' labelDesc='다음 결과는 실제와 다를 수 있습니다'>
<Label For='preview' label='설명 미리보기' labelDesc='다음 결과는 실제와 다를 수 있습니다.'>
<Segment>
<Markdown text={values.desc} />
</Segment>

View File

@ -222,7 +222,7 @@ const Bots: NextPage<BotsProps> = ({ data, desc, date, user, theme, csrfToken })
</div>
}
<h3 className='font-bold'> </h3>
<p className='text-gray-400 text-sm mb-1'> .</p>
<p className='text-gray-400 text-sm mb-1'> .</p>
{
reportCats.map(el =>
<div key={el}>

View File

@ -133,7 +133,7 @@ const Users: NextPage<UserProps> = ({ user, data, csrfToken, theme }) => {
</div>
}
<h3 className='font-bold'> </h3>
<p className='text-gray-400 text-sm mb-1'> .</p>
<p className='text-gray-400 text-sm mb-1'> .</p>
{
reportCats.map(el =>
<div key={el}>