Skip to content

Commit

Permalink
Merge pull request #162 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Updated Home page
  • Loading branch information
Udeesha-Prabhashana authored Feb 15, 2024
2 parents 7acf46a + 5a99a54 commit 1dc1f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/Components/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ const Home = () => {
</div>
</div>
</motion.div>
<div className="flex flex-row md:mt-10 mt-8 md:mb-5 mb-4 tracking-wider font-sfont font-medium">Team Registration ends in</div>
<Countd targetDate={new Date('2024-02-16T00:00:00')} />
{/* <div className="flex flex-row md:mt-10 mt-8 md:mb-5 mb-4 tracking-wider font-sfont font-medium">Team Registration closed</div> */}
{/* <Countd targetDate={new Date('2024-02-16T00:00:00')} /> */}
</motion.main>
);
};
Expand Down

0 comments on commit 1dc1f12

Please sign in to comment.