mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: redirect to vote page
This commit is contained in:
parent
8ed41e71fa
commit
b8218c0db1
@ -84,7 +84,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, user, theme, setTheme }) => {
|
||||
<i className='fas fa-user-plus text-discord-blurple' /> 초대하기
|
||||
</h4>
|
||||
</LongButton>
|
||||
<Link href={{ pathname: `/bots/${router.query.id}/vote` }} as='/'>
|
||||
<Link href={{ pathname: `/bots/${router.query.id}/vote` }}>
|
||||
<LongButton>
|
||||
<h4>
|
||||
<i className='fas fa-heart text-red-600' /> 하트 추가
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user