mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added padding for ad
This commit is contained in:
parent
1f6c012243
commit
77d8f6456a
@ -15,7 +15,7 @@ const New:NextPage<NewProps> = ({ data }) => {
|
||||
return <>
|
||||
<Hero header='새로운 봇' description='최근에 한국 디스코드봇 리스트에 추가된 봇들입니다!' />
|
||||
<SEO title='새로운 봇' description='최근에 추가된 봇들입니다!' />
|
||||
<Container>
|
||||
<Container className='pb-10'>
|
||||
<Advertisement />
|
||||
<ResponsiveGrid>
|
||||
{
|
||||
|
||||
@ -24,7 +24,7 @@ const Votes:NextPage<VotesProps> = ({ data }) => {
|
||||
<Hero header='하트 랭킹' description='하트를 많이 받은 봇들의 순위입니다!'/>
|
||||
<SEO title='하트 랭킹' description='하트를 많이 받은 봇들의 순위입니다!'/>
|
||||
<section id='list'>
|
||||
<Container>
|
||||
<Container className='pb-10'>
|
||||
<Advertisement />
|
||||
<ResponsiveGrid>
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user