diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-06-17 15:35:04 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-06-17 15:35:04 -0400 |
| commit | a2da20ce52b86552771f1dfa3cb46d07255cc288 (patch) | |
| tree | 96247842c3160c3a498fab5fd40a98fa38e6b0b3 /components/Footer.js | |
| parent | cbfaa8d3d8b5fe2190d6ebeb8b8e59c975069855 (diff) | |
| download | alp-website-a2da20ce52b86552771f1dfa3cb46d07255cc288.tar.gz alp-website-a2da20ce52b86552771f1dfa3cb46d07255cc288.tar.bz2 alp-website-a2da20ce52b86552771f1dfa3cb46d07255cc288.zip | |
New ToS and Logo
Diffstat (limited to 'components/Footer.js')
| -rw-r--r-- | components/Footer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Footer.js b/components/Footer.js index 2620fd5..4740b0a 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-2020, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>. + © Copyright 2017-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> |
