aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/_componenets/Footer/Footer.tsx
blob: f23c6772f3a5aac6976fad7614fca03712d706df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

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;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage