Skip to content

Commit

Permalink
Merge pull request #59 from ms-club-sliit/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Randula98 authored Aug 15, 2024
2 parents d0ea30e + 0ec3096 commit 61587c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/_components/Home/CountdownTimer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export default function CountdownTimer() {
<div className="bg-sponsors-bg bg-cover bg-center overflow-hidden">
<div className="row text-center lg:pb-10">
<h2 className="text-lg lg:text-2xl text-neutral-500">
Awareness Session
Round 1 Registrations
</h2>
<h2 className="text-3xl lg:text-5xl font-semibold mt-2">
Coming Soon!
Happening Now!
</h2>
</div>
<div className="row my-5 w-full h-auto">
Expand Down
2 changes: 1 addition & 1 deletion app/_components/Home/CountdownTimer/timer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useState, useEffect } from "react";

export default function Timer() {
const targetDate = new Date("2024-08-15T19:30:00");
const targetDate = new Date("2024-08-26T00:00:00");

const calculateTimeLeft = () => {
const now = new Date();
Expand Down

0 comments on commit 61587c5

Please sign in to comment.