mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added hackerthon message
This commit is contained in:
parent
e7283da4a8
commit
78dd593f90
@ -289,14 +289,25 @@ const Bots: NextPage<BotsProps> = ({ data, date, user, theme, csrfToken }) => {
|
|||||||
</div>
|
</div>
|
||||||
<Advertisement size='tall' />
|
<Advertisement size='tall' />
|
||||||
</div>
|
</div>
|
||||||
<div className='markdown-body pt-10 w-full lg:pr-5 lg:w-3/4'>
|
<div className='w-full lg:pr-5 lg:w-3/4'>
|
||||||
<Advertisement />
|
<Advertisement />
|
||||||
|
{
|
||||||
|
checkBotFlag(data.flags, 'hackerthon') ? <Segment className='mt-10'>
|
||||||
|
<h1 className='text-3xl font-semibold'>
|
||||||
|
<i className='fas fa-trophy mr-4 my-2 text-yellow-300' /> 해당 봇은 한국 디스코드봇 리스트 해커톤 수상작품입니다!
|
||||||
|
</h1>
|
||||||
|
<p>해당 봇은 한국 디스코드봇 리스트 주최로 진행되었던 "한국 디스코드봇 리스트 제1회 해커톤"에서 우수한 성적을 거둔 봇입니다.</p>
|
||||||
|
<p>자세한 내용은 <a className='text-blue-500 hover:text-blue-400' href='https://blog.koreanbots.dev/first-hackathon-results/'>해당 글</a>을 확인해주세요.</p>
|
||||||
|
</Segment> : ''
|
||||||
|
}
|
||||||
|
<div className='markdown-body pt-4 w-full'>
|
||||||
<Segment className='my-4'>
|
<Segment className='my-4'>
|
||||||
<Markdown text={data.desc}/>
|
<Markdown text={data.desc}/>
|
||||||
</Segment>
|
</Segment>
|
||||||
<Advertisement />
|
<Advertisement />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user