diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-26 02:36:07 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-26 02:36:07 -0800 |
| commit | 13625d722a421441c1edc6eb1256b7e20f20544d (patch) | |
| tree | 9035666485280eba681fe90a7ae0ff18924a99ea /src/components/Footer | |
| parent | 174cbcc1a1667b254d19bca31463f900845ea8ee (diff) | |
use SSR for rendering graph + transition demo to PhaseConnect
- I like Phase Connect
Diffstat (limited to 'src/components/Footer')
| -rw-r--r-- | src/components/Footer/Footer.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 6585e52..7fb8303 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -4,16 +4,16 @@ import React from 'react'; const Footer = () => { return ( <footer> - <div className="text-center"> - <p className="text-bold"> + <div className="text-center mt-4"> + <p className="font-bold"> Information </p> <p className="text-m"> - Information is collected once per hour. Data collection will stop once a liver has graduated. + Information is collected once per hour. Data collection will stop upon graduation <br/> - This page is in now way affiliated with ANYCOLOR or with any of the channels listed here. + This page is in now way affiliated with Phase Connect or with any of the channels listed here. <br/> - Date Started: 2023-03-26 + Date Started: 2023-04-01 </p> <p className="p-4"> <a className="hover:underline text-bold" href="https://github.com/pinapelz/Nijitrack">Source Code</a><br/> |
