Skip to content

Commit

Permalink
Add Reg button
Browse files Browse the repository at this point in the history
  • Loading branch information
stargazer39 committed Jul 30, 2023
1 parent 4aee36e commit 295b3da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CountdownTimer from "./CountdownTimer";
import Logo from "../../assets/logo/mini_hackathon_logo_2023.png";

const Countdown = () => {
// const isAwarenessSession = false;
const isAwarenessSession = false;
let myDate = "30-08-2023";
myDate = myDate.split("-");
let newDate = new Date(myDate[2], myDate[1] - 1, myDate[0]);
Expand Down Expand Up @@ -32,15 +32,15 @@ const Countdown = () => {
<div className="text-center mt-7">

<a
href="https://msclubsliit.org/"
href="https://bit.ly/minihackathonAwareness23"
target="_blank"
rel="noopener noreferrer"
className=" bg-black text-white border border-black hover:bg-gray-100 hover:text-black rounded lg:text-lg pl-4 pr-4 pt-1 pb-1 transition duration-0 hover:duration-500"
>
Awareness Session
</a>
</div>
{ /*<div className="text-center mt-7">
<div className="text-center mt-7">
{isAwarenessSession ? (
<a
href="/awareness-session/register"
Expand All @@ -60,7 +60,7 @@ const Countdown = () => {
✍🏼 Register your team
</a>
)}
</div> */}
</div>
</div>
</div>
);
Expand Down

0 comments on commit 295b3da

Please sign in to comment.