mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
style: fixed style bugs
This commit is contained in:
parent
d12db80c44
commit
097109355a
@ -17,12 +17,12 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
|
||||
return (
|
||||
<>
|
||||
<div className='dark:bg-discord-black bg-discord-blurple'>
|
||||
<Container className='pb-24 pt-20' ignoreColor>
|
||||
<Container className='pb-24 pt-20' ignoreColor paddingTop>
|
||||
<h1 className='text-center text-gray-100 text-3xl font-bold sm:text-left'>
|
||||
한국 디스코드봇 리스트
|
||||
</h1>
|
||||
<Search />
|
||||
<h2 className='text-xl font-bold mt-10 mb-1'>카테고리로 찾아보기</h2>
|
||||
<h2 className='text-xl font-bold mt-10 mb-1 text-black dark:text-gray-100'>카테고리로 찾아보기</h2>
|
||||
<div className='flex flex-wrap '>
|
||||
{ cats.map(t=> <Tag key={t} text={t} dark href={`/categories/${t}`}/>) }
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user