chore: redirect to vote page

This commit is contained in:
Junseo Park 2021-02-14 16:45:25 +09:00
parent 8ed41e71fa
commit b8218c0db1

View File

@ -84,7 +84,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, user, theme, setTheme }) => {
<i className='fas fa-user-plus text-discord-blurple' /> <i className='fas fa-user-plus text-discord-blurple' />
</h4> </h4>
</LongButton> </LongButton>
<Link href={{ pathname: `/bots/${router.query.id}/vote` }} as='/'> <Link href={{ pathname: `/bots/${router.query.id}/vote` }}>
<LongButton> <LongButton>
<h4> <h4>
<i className='fas fa-heart text-red-600' /> <i className='fas fa-heart text-red-600' />