Skip to content

Commit

Permalink
update the cohort timer (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Nov 11, 2024
1 parent 90ec9a6 commit 66356c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/headers/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ const Header = ({ shadow, fluid }: TProps) => {
<div className="header-top tw-py-2.5 tw-bg-gray-200">
<div className="tw-container tw-flex tw-justify-center tw-items-center tw-flex-wrap">
<p className="tw-text-center tw-flex-100 tw-mb-3.8 md:tw-flex-1 md:tw-text-left md:tw-mb-0 md:tw-mr-7.5">
Our 10th Anniversary Is In
Our Next Cohort
</p>
<div className="tw-flex tw-items-center sm:tw-mr-[45px] md:tw-mr-5 lg:tw-mr-[45px]">
<i className="far fa-clock tw-text-lg tw-text-secondary tw-mr-[5px]" />
<CountdownTimer targetDate="2024/05/15" />
<CountdownTimer targetDate="2025/03/13" />
</div>
<Button size="xs" path="/donate">
Donate
Expand Down

0 comments on commit 66356c2

Please sign in to comment.