Skip to content

Commit

Permalink
Update OpenDialogButton.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AceHunterr authored Jan 22, 2024
1 parent d6ea970 commit 6b80442
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/app/events/components/OpenDialogButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ const OpenDialogButton = ({card, setModalOpenToTrue}) => {

return (
// just uncomment the below code when Events is to be released!
// <motion.button
// whileHover={{scale: 1.1}}
// whileTap={{scale: 0.95}}
// className="btn btn-primary btn-block pointer w-40"
// onClick={()=> setModalOpenToTrue(card)}
// >
// Explore
// </motion.button>
<motion.button
whileHover={{scale: 1.1}}
whileTap={{scale: 0.95}}
className="btn btn-primary btn-block pointer w-40"
onClick={()=> setModalOpenToTrue(card)}
>
Explore
</motion.button>

<button className='btn btn-primary'>Coming Soon!</button>
// <button className='btn btn-primary'>Coming Soon!</button>

)
}
Expand Down

0 comments on commit 6b80442

Please sign in to comment.