diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-22 21:58:45 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-22 21:58:45 -0800 |
| commit | 77a0b69d9a0dd755a0a59a4c1dc3f3d045327e89 (patch) | |
| tree | 423c31591b868e0ccd4577c9b259f4895918f164 /src/app/_componenets/Footer | |
| parent | 02e1e6ad3a4ca2a52e1045b5ed62858e55d8159b (diff) | |
feat: re-implement individual statistic pages on next
Diffstat (limited to 'src/app/_componenets/Footer')
| -rw-r--r-- | src/app/_componenets/Footer/Footer.tsx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/app/_componenets/Footer/Footer.tsx b/src/app/_componenets/Footer/Footer.tsx deleted file mode 100644 index f23c677..0000000 --- a/src/app/_componenets/Footer/Footer.tsx +++ /dev/null @@ -1,27 +0,0 @@ - -import React from 'react'; - -const Footer = () => { - return ( - <footer> - <div className="text-center"> - <p className="text-bold"> - Information - </p> - <p className="text-m"> - Information is collected once per hour. Data collection will stop once a liver has graduated. - <br/> - This page is in now way affiliated with ANYCOLOR or with any of the channels listed here. - <br/> - Date Started: 2023-03-26 - </p> - <p className="p-4"> - <a className="hover:underline text-bold" href="https://github.com/pinapelz/Nijitrack">Source Code</a><br/> - We are currently under construction! - </p> - </div> - </footer> - ); -}; - -export default Footer; |
