Formatting and spacing.
This commit is contained in:
@@ -80,13 +80,15 @@ const Footer = (): JSX.Element => {
|
||||
</Link>
|
||||
</MotionBox> */}
|
||||
<Text color="brand.footerText" fontSize="xs">
|
||||
© 2021 - {new Date().getFullYear()}
|
||||
©
|
||||
{" 2021 - "}
|
||||
{new Date().getFullYear()}
|
||||
<Link
|
||||
href="https://lucidcreations.media"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
>
|
||||
Lucid Creations Media
|
||||
{" Lucid Creations Media"}
|
||||
</Link>
|
||||
</Text>
|
||||
</VStack>
|
||||
|
||||
Reference in New Issue
Block a user