Formatting and spacing. #2

Merged
LucidKobold merged 1 commits from footer into main 2021-11-13 19:01:23 -05:00
2 changed files with 5 additions and 6 deletions
Showing only changes of commit 423c695162 - Show all commits

View File

@@ -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 (
<ChakraProvider theme={AppTheme}>
<Layout {...pageProps}>

View File

@@ -80,13 +80,15 @@ const Footer = (): JSX.Element => {
</Link>
</MotionBox> */}
<Text color="brand.footerText" fontSize="xs">
&copy; 2021 - {new Date().getFullYear()}
&copy;
{" 2021 - "}
{new Date().getFullYear()}
<Link
href="https://lucidcreations.media"
rel="noopener"
target="_blank"
>
Lucid Creations Media
{" Lucid Creations Media"}
</Link>
</Text>
</VStack>