Update components/DeveloperLayout.tsx

Co-authored-by: zero734kr <zero734kr@gmail.com>
This commit is contained in:
Junseo Park 2021-04-17 11:11:00 +09:00 committed by GitHub
parent 52bd737f11
commit e8f1b712fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ const SEO = dynamic(() => import('@components/SEO'))
const DeveloperLayout = ({ children, enabled, docs, currentDoc }:DeveloperLayout):JSX.Element => {
const [ navbarEnabled, setNavbarOpen ] = useState(false)
return <div className='flex min-h-screen'>
<SEO title='한디리 개발자' description='한국 디스코드봇 리스트 API를 활용하여 봇에 다양한 기능을 추가해보세요.' />
<div className='block lg:hidden h-screen relative'>
@ -95,4 +96,4 @@ interface DeveloperLayout {
currentDoc?: string
}
export default DeveloperLayout
export default DeveloperLayout