chore: made ui better

This commit is contained in:
원더 2021-01-10 20:27:30 +09:00
parent c7dc9a6bb7
commit 0b4925096a

View File

@ -33,10 +33,10 @@ const Index: NextPage<IndexProps> = ({ votes, newBots, trusted }) => {
votes.data.slice(0, 8).map(bot=> <BotCard key={bot.id} bot={bot} />)
}
</div>
<LongButton href='/list/votes' center>
<h1 className='text-2xl'></h1>
</LongButton>
<h1 className='text-3xl font-bold mt-5'>
<a className='mx-auto w-1/2 justify-center text-2xl bg-little-white dark:bg-discord-black text-black dark:text-gray-400 rounded flex hover:bg-little-white-hover dark:hover:bg-discord-dark-hover cursor-pointer px-4 py-4 mb-1'>
</a>
<h1 className='text-3xl font-bold mt-20'>
<i className='far fa-star mr-3 text-yellow-500' />
</h1>
<p className='text-base'> .</p>