Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Navbar = () => {
</button>

<div className="hidden lg:block ">
<Counter_wrapper />
{/* <Counter_wrapper /> */}
</div>
</div>

Expand All @@ -100,7 +100,7 @@ const Navbar = () => {
<div className="flex flex-col h-[calc(100vh-80px)] justify-start px-4 py-5 lg:hidden ">
{/* Counter */}
<div className="flex justify-start mb-10 mt-16">
<Counter_wrapper />
{/* <Counter_wrapper /> */}
</div>

{/* Navigation Links */}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/components/counter/Timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Counter = ({targetDate,className}:CounterProp) => {
};

return (
<div className={`lg:max-w-full`}>
<div className={`lg:max-w-full text-primary-gradient-color`}>
<div className="flex justify-center flex-wrap">
<div className="flex flex-col items-center lg:min-w-48 md:min-w-16">
<p
Expand Down
8 changes: 6 additions & 2 deletions frontend/src/app/ends/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,17 @@ const COD = () => {
className="absolute top-[165rem] right-0 lg:block hidden"
style={{ transform: "rotate(-5deg)" }}
/>
<div className="headings">
{/* <div className="headings">
{
<div className={`${cabinetExtraBold.className} headings`}>
<p>The event has ended. Thank you for participating!</p>
</div>
}
</div>
</div> */}



<Timer_wrapper targetDate="July 13 ,2025 8:00:00"/>
</div>
{/* <Footer/> */}
</>
Expand Down
Loading