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