mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: added margin at captcha
This commit is contained in:
parent
17a6785b5e
commit
85071cac6d
@ -48,7 +48,7 @@ const VoteBot: NextPage<VoteBotProps> = ({ data, csrfToken , theme}) => {
|
||||
<Tag text={<span><i className='fas fa-heart text-red-600' /> {data.votes}</span>} dark />
|
||||
<h1 className='text-3xl font-bold mt-3'>{data.name}</h1>
|
||||
<h4 className='text-md mt-1'>12시간 뒤에 다시 투표하실 수 있습니다.</h4>
|
||||
<div className='inline-block'>
|
||||
<div className='inline-block mt-2'>
|
||||
{
|
||||
votingStatus === 0 ? <Button onClick={()=> setVotingStatus(1)}>
|
||||
<><i className='far fa-heart text-red-600'/> 하트 추가</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user