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"}