Skip to content

Commit

Permalink
removed motion scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 28, 2024
1 parent 2d16080 commit 89740b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Page() {
<BackgroundGradientAnimation />
</div>
<motion.div
style={{ y, scale, opacity }}
/* style={{ y, scale, opacity }} */
className='items-center p-2 text-center text-5xl mix-blend-exclusion'
>
{/* <Balance /> */}
Expand All @@ -118,7 +118,7 @@ export default function Page() {
</motion.div>

<motion.div
style={{ y, scale, opacity }}
/* style={{ y, scale, opacity }} */
className='mt-10 grid grid-cols-2 gap-2 p-2'
>
<div>
Expand Down

0 comments on commit 89740b6

Please sign in to comment.