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 = () => (
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-Alee Productions
+ Alee Productions
-
-)
+
+);
export default Header;
\ No newline at end of file
diff --git a/components/Layout.js b/components/Layout.js
index eea95a3..dfbc11c 100644
--- a/components/Layout.js
+++ b/components/Layout.js
@@ -17,19 +17,19 @@
*/
-import Navbar from './Navbar';
-import Header from './Header';
-import Scripts from './Scripts';
-import Footer from './Footer';
+import Navbar from "./Navbar";
+import Header from "./Header";
+import Scripts from "./Scripts";
+import Footer from "./Footer";
const Layout = (props) => (
-
-
-
- {props.children}
-
-
-
+
+
+
+ {props.children}
+
+
+
);
export default Layout;
\ No newline at end of file
diff --git a/components/Navbar.js b/components/Navbar.js
index 4ce4e3e..b48e294 100644
--- a/components/Navbar.js
+++ b/components/Navbar.js
@@ -17,77 +17,74 @@
*/
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
-import { faGithub } from '@fortawesome/free-brands-svg-icons'
-
const Navbar = () => (
-
-)
+
+);
export default Navbar;
\ No newline at end of file
diff --git a/components/Scripts.js b/components/Scripts.js
index 99b26b8..036ebf4 100644
--- a/components/Scripts.js
+++ b/components/Scripts.js
@@ -18,15 +18,15 @@
*/
const Scripts = () => (
-
);
export default Scripts;
\ No newline at end of file
--
cgit v1.2.3