Skip to content

Commit

Permalink
added index updates to app
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Mar 15, 2024
1 parent bb3d665 commit bd81eee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 192 deletions.
190 changes: 0 additions & 190 deletions src/data/innerpages/about-me.json

This file was deleted.

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">
We start accepting new troops in
Our 10th Birthday is in
</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="2023/09/11" />
<CountdownTimer targetDate="2024/05/15" />
</div>
<Button size="xs" path="/donate">
Donate
Expand Down
Empty file removed src/pages/about-me.tsx
Empty file.

0 comments on commit bd81eee

Please sign in to comment.