Updated version
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user