mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +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 Tag from '../../components/Tag'
|
||||
import { checkPerm } from '../../utils/Tools'
|
||||
import Advertisement from '../../components/Advertisement'
|
||||
const Users: NextPage<UserProps> = ({ data }) => {
|
||||
if (!data.id) return <NotFound />
|
||||
console.log(data.bots[0])
|
||||
@ -80,6 +81,7 @@ const Users: NextPage<UserProps> = ({ data }) => {
|
||||
<BotCard key={bot.id} bot={bot} />
|
||||
))}
|
||||
</div>
|
||||
<Advertisement />
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user