mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +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 }) => {
|
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) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user