mirror of
https://github.com/koreanbots/core.git
synced 2025-12-17 23:00:22 +00:00
feat: added ad
This commit is contained in:
parent
f08fce5d74
commit
8e2b565393
@ -13,6 +13,7 @@ import Divider from '../../components/Divider'
|
|||||||
import BotCard from '../../components/BotCard'
|
import BotCard from '../../components/BotCard'
|
||||||
import Tag from '../../components/Tag'
|
import Tag from '../../components/Tag'
|
||||||
import { checkPerm } from '../../utils/Tools'
|
import { checkPerm } from '../../utils/Tools'
|
||||||
|
import Advertisement from '../../components/Advertisement'
|
||||||
const Users: NextPage<UserProps> = ({ data }) => {
|
const Users: NextPage<UserProps> = ({ data }) => {
|
||||||
if (!data.id) return <NotFound />
|
if (!data.id) return <NotFound />
|
||||||
console.log(data.bots[0])
|
console.log(data.bots[0])
|
||||||
@ -80,6 +81,7 @@ const Users: NextPage<UserProps> = ({ data }) => {
|
|||||||
<BotCard key={bot.id} bot={bot} />
|
<BotCard key={bot.id} bot={bot} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
<Advertisement />
|
||||||
</Container>
|
</Container>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user