aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2021-01-23 16:33:42 -0500
committerAndrew Lee <alee14498@gmail.com>2021-01-23 16:33:42 -0500
commit28747364bcb5a79f46f84656b48af77a7cc2098d (patch)
tree667264f07c9646bc54ead646e753dc39e86e078d /components
parentc15bc60f470dd5357b8d9055c3aa24892f5ecbc8 (diff)
downloadalp-website-28747364bcb5a79f46f84656b48af77a7cc2098d.tar.gz
alp-website-28747364bcb5a79f46f84656b48af77a7cc2098d.tar.bz2
alp-website-28747364bcb5a79f46f84656b48af77a7cc2098d.zip
Reverted message & upgraded packages
Diffstat (limited to 'components')
-rw-r--r--components/Footer.js2
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">
- &copy; Copyright 2017-2020, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>.
+ &copy; 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>