Skip to content

Commit

Permalink
Flip around the div id to the underlying
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Mar 6, 2024
1 parent 16f3e02 commit 03a6b2f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2425,20 +2425,20 @@ const RecapModal = ({
)}

{/*TGE details display*/}
<div id="claim">
<motion.div
className={"recap-fly-count-container"}
initial={{ opacity: 0, y: 50 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.1, delay: 0.1 }}
viewport={{
amount: "all",
once: true,
}}
>
<motion.div
className={"recap-fly-count-container"}
initial={{ opacity: 0, y: 50 }}
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.1, delay: 0.1 }}
viewport={{
amount: "all",
once: true,
}}
>
<div id="claim">
{showPageContent && <TGEDisplay />}
</motion.div>
</div>
</div>
</motion.div>

<Modal id="connect-wallet" visible={walletModalVisibility}>
<div className="cover">
Expand Down
79 changes: 13 additions & 66 deletions web/app.fluidity.money/app/styles/dashboard/airdrop.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03a6b2f

Please sign in to comment.