mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: moved ad place
This commit is contained in:
parent
23f697fa28
commit
f08fce5d74
@ -106,7 +106,6 @@ const Bots: NextPage<BotsProps> = ({ data, date, votes }) => {
|
|||||||
<i className="fas fa-check text-discord-blurple" /> 디스코드 인증됨
|
<i className="fas fa-check text-discord-blurple" /> 디스코드 인증됨
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Advertisement />
|
|
||||||
<h2 className="3xl mb-2 mt-2 font-bold">카테고리</h2>
|
<h2 className="3xl mb-2 mt-2 font-bold">카테고리</h2>
|
||||||
<div className="flex flex-wrap">
|
<div className="flex flex-wrap">
|
||||||
{data.category.map(el => (
|
{data.category.map(el => (
|
||||||
@ -164,6 +163,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, votes }) => {
|
|||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
<Advertisement />
|
||||||
</div>
|
</div>
|
||||||
<div className="markdown-body pt-10 w-full lg:pr-5 lg:w-3/4">
|
<div className="markdown-body pt-10 w-full lg:pr-5 lg:w-3/4">
|
||||||
<Advertisement />
|
<Advertisement />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user