chore: changed some

This commit is contained in:
원더 2021-01-23 11:47:29 +09:00
parent a99c30ff11
commit d2bbff15a1

View File

@ -22,8 +22,7 @@ import Tooltip from '../../components/Tooltip'
const Bots: NextPage<BotsProps> = ({ data, date }) => { const Bots: NextPage<BotsProps> = ({ data, date }) => {
if (!data || !data.id) return <NotFound /> if (!data || !data.id) return <NotFound />
return ( return <Container paddingTop className='py-10'>
<Container paddingTop className='py-10'>
<SEO <SEO
title={data.name} title={data.name}
description={data.intro} description={data.intro}
@ -215,7 +214,6 @@ const Bots: NextPage<BotsProps> = ({ data, date }) => {
</div> </div>
</div> </div>
</Container> </Container>
)
} }
export const getServerSideProps = async (ctx: Context) => { export const getServerSideProps = async (ctx: Context) => {