feat: moved ad place

This commit is contained in:
원더 2021-01-09 22:45:19 +09:00
parent 23f697fa28
commit f08fce5d74

View File

@ -106,7 +106,6 @@ const Bots: NextPage<BotsProps> = ({ data, date, votes }) => {
<i className="fas fa-check text-discord-blurple" />
</div>
</div>
<Advertisement />
<h2 className="3xl mb-2 mt-2 font-bold"></h2>
<div className="flex flex-wrap">
{data.category.map(el => (
@ -164,6 +163,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, votes }) => {
</a>
)}
</div>
<Advertisement />
</div>
<div className="markdown-body pt-10 w-full lg:pr-5 lg:w-3/4">
<Advertisement />