From 423c695162ea93f82f9c0f07980f4da2bcb345fa Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Sat, 13 Nov 2021 17:56:31 -0600 Subject: [PATCH] Formatting and spacing. --- pages/_app.tsx | 5 +---- theme/layout/Footer.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 5be86b0..f468b0a 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -5,10 +5,7 @@ import AppTheme from "../theme/AppTheme"; import Layout from "../theme/layout/Layout"; import Head from "next/head"; -function LCMPottyChart({ - Component, - pageProps, -}: AppProps): JSX.Element { +function LCMPottyChart({ Component, pageProps }: AppProps): JSX.Element { return ( diff --git a/theme/layout/Footer.tsx b/theme/layout/Footer.tsx index 6c8d5ef..94841ee 100644 --- a/theme/layout/Footer.tsx +++ b/theme/layout/Footer.tsx @@ -80,13 +80,15 @@ const Footer = (): JSX.Element => { */} - © 2021 - {new Date().getFullYear()} + © + {" 2021 - "} + {new Date().getFullYear()} - Lucid Creations Media + {" Lucid Creations Media"}