Formatting and spacing.

This commit is contained in:
Lucid Kobold
2021-11-13 17:56:31 -06:00
parent 8f97cc6bbe
commit 423c695162
2 changed files with 5 additions and 6 deletions

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>