bouncing challenge button (temporary gimmick)
This commit is contained in:
parent
ced404eb74
commit
f11c9a3341
|
@ -44,7 +44,12 @@ export function ShareRow(props: {
|
|||
</Button>
|
||||
|
||||
{showChallenge && (
|
||||
<Button size="lg" color="gray-white" onClick={() => setIsOpen(true)}>
|
||||
<Button
|
||||
size="lg"
|
||||
color="gray-white"
|
||||
onClick={() => setIsOpen(true)}
|
||||
className="animate-bounce"
|
||||
>
|
||||
⚔️ Challenge
|
||||
<CreateChallengeModal
|
||||
isOpen={isOpen}
|
||||
|
|
Loading…
Reference in New Issue
Block a user