Remove curly braces for consistency.

This commit is contained in:
Lucid Kobold
2022-04-09 17:07:51 -05:00
parent ba6743cd1b
commit 6b280f448c
3 changed files with 4 additions and 5 deletions

View File

@@ -96,8 +96,7 @@ const Footer = (): JSX.Element => {
</MotionBox>
<Text color="brand.footerText" fontSize="xs">
&copy;
{" 2021 - "}
{new Date().getFullYear()}{" "}
{` 2021 - ${new Date().getFullYear()} `}
<Link
href="https://lucidcreations.media"
rel="noopener"