diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-05 17:22:48 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-05 17:22:48 -0700 |
| commit | 6f813c4ad4caa877ae679bb619715930c6e3dbb4 (patch) | |
| tree | 5d91f1111cb5e0579252be7e6fd7673b75b5f9d5 /src/components | |
| parent | 4647fa08877ce1e34131868cc08c5276f21afa62 (diff) | |
add about/faq page with more information
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Footer/Footer.tsx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 8686e4c..7c4f062 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -4,16 +4,12 @@ const Footer = () => { return ( <footer> <div className="text-center mt-4"> - <p className="font-bold">Information</p> + <a className="font-bold hover:underline text-blue-600 animate-pulse"href="/about">About</a> <p className="text-m"> - Information is collected once per hour. Data collection will stop upon - graduation - <br /> This page is in no way affiliated with Phase Connect or with any of the channels listed here. <br /> - Data Collection Started: 2022-04-01 (Earlier data may not be fully - accurate) + </p> <p className="p-4"> <a |
