aboutsummaryrefslogtreecommitdiff
path: root/components/Footer.js
diff options
context:
space:
mode:
authorcylexVEVO <28271391+cylexVEVO@users.noreply.github.com>2019-11-30 13:43:48 -0500
committercylexVEVO <28271391+cylexVEVO@users.noreply.github.com>2019-11-30 13:43:48 -0500
commit4ef46f417a2fad9871787eaeb1e4778e8c617212 (patch)
tree9d09e38edf40027a6c668d9de8a2eaac5d9b9c8b /components/Footer.js
parent3b47e9af235faa76242c7d4e78ab189901b0517b (diff)
downloadalp-website-4ef46f417a2fad9871787eaeb1e4778e8c617212.tar.gz
alp-website-4ef46f417a2fad9871787eaeb1e4778e8c617212.tar.bz2
alp-website-4ef46f417a2fad9871787eaeb1e4778e8c617212.zip
Cleaned up code and fixed some grammar
Diffstat (limited to 'components/Footer.js')
-rw-r--r--components/Footer.js28
1 files changed, 16 insertions, 12 deletions
diff --git a/components/Footer.js b/components/Footer.js
index 3e925f2..e8fc7fd 100644
--- a/components/Footer.js
+++ b/components/Footer.js
@@ -18,17 +18,21 @@
*/
const Footer = () => (
- <div>
- <footer className="page-footer mt-5 font-small green">
- <div className="footer-copyright text-center py-3">&copy; Copyright 2016-2019, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a> and view <a href="/about#credits">credits</a> to see how this website is built.</div>
- </footer>
- <div className="alert alert-warning fixed-bottom m-0 alert-dismissible fade show" role="alert">
- Please note that this website is under active development and bugs may occur.<br/>If there's any, report it to the <a href="https://github.com/aleeproductions/website">GitHub</a> repo.
- <button type="button" className="close" data-dismiss="alert" aria-label="Close">
- <span aria-hidden="true">&times;</span>
- </button>
- </div>
- </div>
-)
+ <div>
+ <footer className="page-footer mt-5 font-small green">
+ <div className="footer-copyright text-center py-3">
+ &copy; Copyright 2016-2019, 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>
+ <div className="alert alert-warning fixed-bottom m-0 alert-dismissible fade show" role="alert">
+ Please note that this website is under active development and bugs may occur.<br/>If there are any, report it
+ <a href="https://github.com/aleeproductions/website/issues"> here.</a>
+ <button type="button" className="close" data-dismiss="alert" aria-label="Close">
+ <span aria-hidden="true">&times;</span>
+ </button>
+ </div>
+ </div>
+);
export default Footer; \ No newline at end of file