diff --git a/components/university/premium-animated-boy.tsx b/components/university/premium-animated-boy.tsx index 724f9d8..199ea23 100644 --- a/components/university/premium-animated-boy.tsx +++ b/components/university/premium-animated-boy.tsx @@ -46,12 +46,12 @@ export const PremiumAnimatedBoy = ({ }, [isJumping, isHappy, isIdle]); const isStrideB = stride % 2 === 1; - const currentVariant = isHappy - ? "happy" - : isJumping - ? jumpType === "running" - ? "running_jump" - : "standing_jump" + const currentVariant = isJumping + ? jumpType === "running" + ? "running_jump" + : "standing_jump" + : isHappy + ? "happy" : isIdle ? "idle" : isStrideB diff --git a/components/university/university-flow-banner.tsx b/components/university/university-flow-banner.tsx index 4822b87..0c51d56 100644 --- a/components/university/university-flow-banner.tsx +++ b/components/university/university-flow-banner.tsx @@ -306,35 +306,28 @@ export default function UniversityFlowBanner() {
{jumpGap === index && ( - + + + )} diff --git a/components/university/university-hero.tsx b/components/university/university-hero.tsx index 4adf811..0b5892f 100644 --- a/components/university/university-hero.tsx +++ b/components/university/university-hero.tsx @@ -92,11 +92,11 @@ export default function UniversityHero() { -
+
{features.map((feature, i) => ( -
- - +
+ + {feature}