From a1eb3ae26bcaef58273d5a08f1fbd0bd3b740e34 Mon Sep 17 00:00:00 2001 From: Saksham Jain Date: Fri, 27 Mar 2026 20:13:10 +0530 Subject: [PATCH] fix: added the missing green colour from the pulsating timeline dot animation in apply page --- src/components/apply/ApplyHeader.jsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/apply/ApplyHeader.jsx b/src/components/apply/ApplyHeader.jsx index bf00e6e9..f6c484d1 100644 --- a/src/components/apply/ApplyHeader.jsx +++ b/src/components/apply/ApplyHeader.jsx @@ -1,9 +1,8 @@ 'use client' import { useRef, useMemo } from 'react' -import { useInView } from 'framer-motion' +import { useInView, motion, useScroll, useTransform } from 'framer-motion' import { Container } from '@/components/shared/Container' -import { motion, useScroll, useTransform } from 'framer-motion' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faDiscord, faGithub } from '@fortawesome/free-brands-svg-icons' import { faLightbulb, faComments, faPaperPlane } from '@fortawesome/free-solid-svg-icons' @@ -89,27 +88,27 @@ export function ApplyHeader({ children }) { {/* background track line */}
- {/* animated yellow fill */} + {/* animated green and yellow fill */} {/* travelling dot with pulsing rings */}