diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-01-12 19:29:46 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-01-12 19:29:46 -0500 |
| commit | 3c388d911fb467d6ae5b3f628c96fefacc1454d2 (patch) | |
| tree | 20ff1b65039393afa1f83f66da509b1514f342fb /components/Footer.js | |
| parent | 7ed5fcd1a0222776e1aba58210309074fffdde39 (diff) | |
| parent | 14fe01c279d5af268c808a3e0cbea3f15aa78153 (diff) | |
| download | alp-website-3c388d911fb467d6ae5b3f628c96fefacc1454d2.tar.gz alp-website-3c388d911fb467d6ae5b3f628c96fefacc1454d2.tar.bz2 alp-website-3c388d911fb467d6ae5b3f628c96fefacc1454d2.zip | |
Merge branch 'master' of https://github.com/aleeproductions/website
Diffstat (limited to 'components/Footer.js')
| -rw-r--r-- | components/Footer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/Footer.js b/components/Footer.js index e8fc7fd..2620fd5 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -21,7 +21,7 @@ const Footer = () => ( <div> <footer className="page-footer mt-5 font-small green"> <div className="footer-copyright text-center py-3"> - © Copyright 2016-2019, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>. + © Copyright 2016-2020, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>. View the <a href="/about#credits">credits</a> to see our stack. </div> </footer> @@ -35,4 +35,4 @@ const Footer = () => ( </div> ); -export default Footer;
\ No newline at end of file +export default Footer; |
