mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
style: lint
This commit is contained in:
parent
dcb0d08bb4
commit
0c0ba8030e
@ -6,7 +6,7 @@ const Docs = ({ header, description, subheader, children }:DocsProps):JSX.Elemen
|
|||||||
<div className='bg-discord-blurple dark:bg-discord-black'>
|
<div className='bg-discord-blurple dark:bg-discord-black'>
|
||||||
<Container className='pt-20 pb-28' ignoreColor>
|
<Container className='pt-20 pb-28' ignoreColor>
|
||||||
<h1 className='mt-10 text-4xl text-gray-100 font-bold sm:text-left text-center'>{header}</h1>
|
<h1 className='mt-10 text-4xl text-gray-100 font-bold sm:text-left text-center'>{header}</h1>
|
||||||
<h2 className='mt-5 text-2xl text-gray-200 font-medium sm:text-left text-center'>{description}</h2>
|
<h2 className='mt-5 text-2xl text-gray-200 font-medium sm:text-left text-center'>{description}</h2>
|
||||||
<h2 className='mt-5 text-2xl text-gray-200 font-medium sm:text-left text-center'>{subheader}</h2>
|
<h2 className='mt-5 text-2xl text-gray-200 font-medium sm:text-left text-center'>{subheader}</h2>
|
||||||
</Container>
|
</Container>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user