Polish #19

Merged
LucidKobold merged 6 commits from polish into main 2021-12-09 16:58:15 -05:00
4 changed files with 211 additions and 317 deletions
Showing only changes of commit cfefb127ac - Show all commits

View File

@@ -2,7 +2,7 @@
"private": true,
"name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
"version": "v0.0.4.0-pre-alpha",
"version": "v0.0.4.1-pre-alpha",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",

View File

@@ -13,8 +13,8 @@ interface UpdateCalendarProps {
const IndexPage = (): JSX.Element => {
const date = useRef<UpdateCalendarProps>({
year: parseInt(format(new Date(), "y")),
month: parseInt(format(new Date(), "d")),
day: parseInt(format(new Date(), "L")),
month: parseInt(format(new Date(), "M")),
day: parseInt(format(new Date(), "d")),
});
return (
<Box textAlign="center" w="100%" h="auto" pt="50px" pb="10vh">