mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: changed some
This commit is contained in:
parent
a99c30ff11
commit
d2bbff15a1
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user