mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
fix: darkmode style crash
This commit is contained in:
parent
7d12dc74d3
commit
4088b7b187
@ -9,7 +9,7 @@ import dynamic from 'next/dynamic'
|
||||
const Container = dynamic(() => import('@components/Container'))
|
||||
|
||||
const About:NextPage = () => {
|
||||
return <div className='mb-10'>
|
||||
return <div className='pb-10'>
|
||||
<Docs header={<h1 className='font-black text-4xl dark:text-koreanbots-blue'>“국내 디스코드봇을 한 곳에서.”</h1>} subheader='한국 디스코드봇 리스트에서 자신에 서버에 딱 맞는 봇을 찾아보세요.'>
|
||||
<Container>
|
||||
<div className='py-1'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user