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/Navbar.js | 139 +++++++++++++++++++++++++-------------------------- 1 file changed, 68 insertions(+), 71 deletions(-) (limited to 'components/Navbar.js') 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 = () => ( - - - - Alee Productions - - - - - - - Home - - - Projects - - - ToS - - - Forums - - - Gitea - - - Blog - - - About - - - {/* Task: Fix here */} - - - - GitHub - - - - - Discord - - - - - Reddit - - - - - Twitter - - - - - YouTube - - - - - - BETA - - - - -) + + + + Alee Productions + + + + + + + Home + + + Projects + + + ToS + + + Forums + + + Gitea + + + Blog + + + About + + + {/* Task: Fix here */} + + + + GitHub + + + + + Discord + + + + + Reddit + + + + + Twitter + + + + + YouTube + + + + + + BETA + + + + +); export default Navbar; \ No newline at end of file -- cgit v1.2.3