Formatting and spacing.
This commit is contained in:
@@ -5,10 +5,7 @@ import AppTheme from "../theme/AppTheme";
|
|||||||
import Layout from "../theme/layout/Layout";
|
import Layout from "../theme/layout/Layout";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
|
|
||||||
function LCMPottyChart({
|
function LCMPottyChart({ Component, pageProps }: AppProps): JSX.Element {
|
||||||
Component,
|
|
||||||
pageProps,
|
|
||||||
}: AppProps): JSX.Element {
|
|
||||||
return (
|
return (
|
||||||
<ChakraProvider theme={AppTheme}>
|
<ChakraProvider theme={AppTheme}>
|
||||||
<Layout {...pageProps}>
|
<Layout {...pageProps}>
|
||||||
|
|||||||
@@ -80,13 +80,15 @@ const Footer = (): JSX.Element => {
|
|||||||
</Link>
|
</Link>
|
||||||
</MotionBox> */}
|
</MotionBox> */}
|
||||||
<Text color="brand.footerText" fontSize="xs">
|
<Text color="brand.footerText" fontSize="xs">
|
||||||
© 2021 - {new Date().getFullYear()}
|
©
|
||||||
|
{" 2021 - "}
|
||||||
|
{new Date().getFullYear()}
|
||||||
<Link
|
<Link
|
||||||
href="https://lucidcreations.media"
|
href="https://lucidcreations.media"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Lucid Creations Media
|
{" Lucid Creations Media"}
|
||||||
</Link>
|
</Link>
|
||||||
</Text>
|
</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
|
|||||||
Reference in New Issue
Block a user