From 4ef46f417a2fad9871787eaeb1e4778e8c617212 Mon Sep 17 00:00:00 2001 From: cylexVEVO <28271391+cylexVEVO@users.noreply.github.com> Date: Sat, 30 Nov 2019 13:43:48 -0500 Subject: Cleaned up code and fixed some grammar --- components/Footer.js | 28 +++++----- components/Header.js | 50 +++++++++--------- components/Layout.js | 22 ++++---- components/Navbar.js | 139 ++++++++++++++++++++++++-------------------------- components/Scripts.js | 12 ++--- 5 files changed, 126 insertions(+), 125 deletions(-) (limited to 'components') 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 = () => ( -
- -
- Please note that this website is under active development and bugs may occur.
If there's any, report it to the GitHub repo. - -
-
-) +
+ +
+ Please note that this website is under active development and bugs may occur.
If there are any, report it + here. + +
+
+); export default Footer; \ No newline at end of file diff --git a/components/Header.js b/components/Header.js index 3135bba..3903761 100644 --- a/components/Header.js +++ b/components/Header.js @@ -16,42 +16,42 @@ along with this program. If not, see . */ -import Head from 'next/head'; +import Head from "next/head"; const Header = () => ( - - - - - + + + + + - - - - - - - - - + + + + + + + + + - + + +
+ + + -
+