Remove curly braces for consistency.
This commit is contained in:
@@ -180,7 +180,7 @@ const DatePicker = (): JSX.Element => {
|
|||||||
py={4}
|
py={4}
|
||||||
>
|
>
|
||||||
<Heading as="h4" size="sm" fontWeight="semibold">
|
<Heading as="h4" size="sm" fontWeight="semibold">
|
||||||
Required fields indicated with{" "}
|
{"Required fields indicated with"}
|
||||||
<FormValidateEmoji type="Required" />
|
<FormValidateEmoji type="Required" />
|
||||||
</Heading>
|
</Heading>
|
||||||
<Field name="date" validate={validateDate}>
|
<Field name="date" validate={validateDate}>
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ const StickerSelector = ({
|
|||||||
<HStack
|
<HStack
|
||||||
w="100%"
|
w="100%"
|
||||||
h="auto"
|
h="auto"
|
||||||
justifyContent={"center"}
|
justifyContent="center"
|
||||||
alignContent={"center"}
|
alignContent="center"
|
||||||
spacing={14}
|
spacing={14}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -96,8 +96,7 @@ const Footer = (): JSX.Element => {
|
|||||||
</MotionBox>
|
</MotionBox>
|
||||||
<Text color="brand.footerText" fontSize="xs">
|
<Text color="brand.footerText" fontSize="xs">
|
||||||
©
|
©
|
||||||
{" 2021 - "}
|
{` 2021 - ${new Date().getFullYear()} `}
|
||||||
{new Date().getFullYear()}{" "}
|
|
||||||
<Link
|
<Link
|
||||||
href="https://lucidcreations.media"
|
href="https://lucidcreations.media"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
|
|||||||
Reference in New Issue
Block a user