diff --git a/src/app/(landing)/Heading.tsx b/src/app/(landing)/Heading.tsx index fc46920..38930f8 100644 --- a/src/app/(landing)/Heading.tsx +++ b/src/app/(landing)/Heading.tsx @@ -27,31 +27,6 @@ const msToTime = (time: number) => { return parts.join(', '); }; -const RegisterLink = () => { - useEffect(() => { - const timer = setTimeout(() => { - const link = document.getElementById("register-link"); - if (link) { - link.classList.add("wobble"); - } - }, 4000); - - return () => clearTimeout(timer); - }, []); - - return ( - - Register Here - - ); -}; - export default function Heading() { const [time, setTime] = useState(null); const START = new Date('2025-01-25T15:00:00').getTime(); @@ -100,42 +75,19 @@ export default function Heading() {
[ - + + Register Here + ] 👈