diff --git a/theme/layout/Footer.tsx b/theme/layout/Footer.tsx index 94841ee..ec7c348 100644 --- a/theme/layout/Footer.tsx +++ b/theme/layout/Footer.tsx @@ -1,19 +1,19 @@ -import React, { useEffect, useRef, useState } from "react"; +import React/*, { useEffect, useRef, useState }*/ from "react"; import { Box, - // HStack, Text, VStack, Link, - // Icon, + HStack, // Image, - // Button, - // BoxProps, + Button, + BoxProps, } from "@chakra-ui/react"; +import { Icon } from "@iconify/react"; // import BackToTopButton from "./BackToTopButton"; -// import { motion } from "framer-motion"; +import { motion } from "framer-motion"; -// export const MotionBox = motion(Box); +export const MotionBox = motion(Box); const Footer = (): JSX.Element => { // const [showBackToTop, setShowBackToTop] = useState(false); @@ -52,18 +52,7 @@ const Footer = (): JSX.Element => { justifyItems="center" justifyContent="center" > - {/* - Deployed by - - - - */} - + {/* { */} + + + + + + + + + + © {" 2021 - "} {new Date().getFullYear()} + {" "} - {" Lucid Creations Media"} + {"Lucid Creations Media"} diff --git a/theme/layout/Header.tsx b/theme/layout/Header.tsx index 3bf46bb..a53a267 100644 --- a/theme/layout/Header.tsx +++ b/theme/layout/Header.tsx @@ -15,7 +15,7 @@ import MobileNav from "./MobileNav"; const Header = (): JSX.Element => { const appName = "LCM Potty Chart" - const appVersion = "v0.0.2.3-pre-alpha" + const appVersion = "v0.0.2.4-pre-alpha" // Add transparency while not at the top of the page.