Loading #49

Merged
LucidKobold merged 7 commits from loading into main 2022-04-09 18:47:56 -04:00
4 changed files with 9 additions and 5 deletions
Showing only changes of commit 6b280f448c - Show all commits

View File

@@ -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}>

View File

@@ -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

View File

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