From 24076123df0462ae004be9adfd2d4d28cebaa1fd Mon Sep 17 00:00:00 2001 From: Srijan Dahal Date: Fri, 11 Jul 2025 16:30:26 +0545 Subject: [PATCH] fix: counter, add ending time --- frontend/src/app/components/Navbar/Navbar.tsx | 4 ++-- frontend/src/app/components/counter/Timer.tsx | 2 +- frontend/src/app/ends/page.tsx | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/Navbar/Navbar.tsx b/frontend/src/app/components/Navbar/Navbar.tsx index ae4c4e3..8a566c9 100644 --- a/frontend/src/app/components/Navbar/Navbar.tsx +++ b/frontend/src/app/components/Navbar/Navbar.tsx @@ -91,7 +91,7 @@ const Navbar = () => {
- + {/* */}
@@ -100,7 +100,7 @@ const Navbar = () => {
{/* Counter */}
- + {/* */}
{/* Navigation Links */} diff --git a/frontend/src/app/components/counter/Timer.tsx b/frontend/src/app/components/counter/Timer.tsx index 7980414..ea3cd1a 100644 --- a/frontend/src/app/components/counter/Timer.tsx +++ b/frontend/src/app/components/counter/Timer.tsx @@ -50,7 +50,7 @@ const Counter = ({targetDate,className}:CounterProp) => { }; return ( -
+

{ className="absolute top-[165rem] right-0 lg:block hidden" style={{ transform: "rotate(-5deg)" }} /> -

+ {/*
{

The event has ended. Thank you for participating!

} -
+
*/} + + + +
{/*