chore: added transition in button

This commit is contained in:
원더 2021-01-25 21:32:27 +09:00
parent 556211d536
commit b3f614db1d

View File

@ -54,7 +54,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
(bot.partnered || bot.trusted) && bot.vanity ? bot.vanity : bot.id (bot.partnered || bot.trusted) && bot.vanity ? bot.vanity : bot.id
}`} }`}
> >
<a className='rounded-bl-2xl py-3 w-full text-center text-koreanbots-blue hover:text-white text-sm font-bold hover:bg-koreanbots-blue hover:shadow-lg'> <a className='rounded-bl-2xl py-3 w-full text-center text-koreanbots-blue hover:text-white text-sm font-bold hover:bg-koreanbots-blue hover:shadow-lg transition duration-100 ease-in'>
</a> </a>
</Link> </Link>
@ -65,7 +65,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
bot.url ?? bot.url ??
`https://discordapp.com/oauth2/authorize?client_id=${bot.id}&scope=bot&permissions=0` `https://discordapp.com/oauth2/authorize?client_id=${bot.id}&scope=bot&permissions=0`
} }
className='rounded-br-2xl py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg' className='rounded-br-2xl py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg transition duration-100 ease-in'
> >
</a> </a>