Skip to content

Commit

Permalink
Merge pull request #134 from ubc-biztech/wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanT102 authored Feb 10, 2025
2 parents 0e197ee + 6d80f4e commit da24757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/companion/wrapped/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const WrappedPage = ({ isPartner }: WrappedPageProps) => {
<NavBarContainer isPartner={isPartner}>
<AnimatePresence>
<motion.div
className="fixed inset-0 min-h-screen bg-gradient-to-b from-[#040C12] to-[#030608] flex flex-col items-center justify-between p-6 cursor-pointer"
className=" min-h-screen bg-gradient-to-b from-[#040C12] to-[#030608] flex flex-col items-center justify-between p-6 cursor-pointer"
onClick={handleTap}
style={{ opacity, scale, y }}
initial={{ opacity: 0, scale: 0.9, y: 20 }}
Expand Down

0 comments on commit da24757

Please sign in to comment.