diff options
| author | Andrew Lee <alee14498@gmail.com> | 2021-01-23 16:33:42 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2021-01-23 16:33:42 -0500 |
| commit | 28747364bcb5a79f46f84656b48af77a7cc2098d (patch) | |
| tree | 667264f07c9646bc54ead646e753dc39e86e078d /components/Footer.js | |
| parent | c15bc60f470dd5357b8d9055c3aa24892f5ecbc8 (diff) | |
| download | alp-website-28747364bcb5a79f46f84656b48af77a7cc2098d.tar.gz alp-website-28747364bcb5a79f46f84656b48af77a7cc2098d.tar.bz2 alp-website-28747364bcb5a79f46f84656b48af77a7cc2098d.zip | |
Reverted message & upgraded packages
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 4740b0a..242037d 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 2017-2020, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>. + © Copyright 2017-2021, 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> |
