diff options
Diffstat (limited to 'src/components/Footer/Footer.tsx')
| -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 |
