mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className='dark:bg-discord-black bg-discord-blurple'>
|
<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 className='text-center text-gray-100 text-3xl font-bold sm:text-left'>
|
||||||
한국 디스코드봇 리스트
|
한국 디스코드봇 리스트
|
||||||
</h1>
|
</h1>
|
||||||
<Search />
|
<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 '>
|
<div className='flex flex-wrap '>
|
||||||
{ cats.map(t=> <Tag key={t} text={t} dark href={`/categories/${t}`}/>) }
|
{ cats.map(t=> <Tag key={t} text={t} dark href={`/categories/${t}`}/>) }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user