mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: added new list button
This commit is contained in:
parent
e63c804f59
commit
dd3cc1bbf6
@ -3,6 +3,7 @@ import dynamic from 'next/dynamic'
|
|||||||
|
|
||||||
import { BotList } from '@types'
|
import { BotList } from '@types'
|
||||||
import * as Query from '@utils/Query'
|
import * as Query from '@utils/Query'
|
||||||
|
import LongButton from '@components/LongButton'
|
||||||
|
|
||||||
const Advertisement = dynamic(()=> import('@components/Advertisement'))
|
const Advertisement = dynamic(()=> import('@components/Advertisement'))
|
||||||
const Container = dynamic(()=> import('@components/Container'))
|
const Container = dynamic(()=> import('@components/Container'))
|
||||||
@ -35,6 +36,7 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
|
|||||||
newBots.data.slice(0, 4).map(bot=> <BotCard key={bot.id} bot={bot} />)
|
newBots.data.slice(0, 4).map(bot=> <BotCard key={bot.id} bot={bot} />)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
<LongButton href='/list/new' center>더보기</LongButton>
|
||||||
<h1 className='text-3xl font-bold'>
|
<h1 className='text-3xl font-bold'>
|
||||||
<i className='fa fa-check mr-3 mt-10 text-green-500' /> 신뢰된 봇
|
<i className='fa fa-check mr-3 mt-10 text-green-500' /> 신뢰된 봇
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user