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