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

@@ -180,7 +180,7 @@ const DatePicker = (): JSX.Element => {
py={4}
>
<Heading as="h4" size="sm" fontWeight="semibold">
Required fields indicated with{" "}
{"Required fields indicated with"}
<FormValidateEmoji type="Required" />
</Heading>
<Field name="date" validate={validateDate}>

View File

@@ -28,8 +28,8 @@ const StickerSelector = ({
<HStack
w="100%"
h="auto"
justifyContent={"center"}
alignContent={"center"}
justifyContent="center"
alignContent="center"
spacing={14}
>
<Button

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"