From e40fc862626aa1817215d8c74ad464e3574e9c0c Mon Sep 17 00:00:00 2001 From: cylexVEVO <28271391+cylexVEVO@users.noreply.github.com> Date: Sat, 30 Nov 2019 13:57:19 -0500 Subject: Clean up Header.js --- components/Header.js | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'components') diff --git a/components/Header.js b/components/Header.js index c5334db..a4b1526 100644 --- a/components/Header.js +++ b/components/Header.js @@ -16,44 +16,44 @@ along with this program. If not, see . */ -import Head from 'next/head'; +import Head from "next/head"; const Header = () => ( - - - - - + + + + + - - - - - - - - - + + + + + + + + + - + - + - + - + - + - + - + -{/* Fix this part */} + {/* Fix this part */} -Alee Productions + Alee Productions - -) + +); export default Header; \ No newline at end of file -- cgit v1.2.3