From 50f7788a372367aa307a78bb27cf22559499f79c Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 1 Dec 2021 14:16:11 -0600 Subject: [PATCH] Update version and hover cursor. --- theme/layout/Header.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/theme/layout/Header.tsx b/theme/layout/Header.tsx index c46f3c7..2fdda23 100644 --- a/theme/layout/Header.tsx +++ b/theme/layout/Header.tsx @@ -4,10 +4,8 @@ import { HStack, Box, IconButton, - Flex, Menu, MenuButton, - VStack, } from "@chakra-ui/react"; import { Icon } from "@iconify/react"; import DesktopNav from "./DesktopNav"; @@ -15,7 +13,7 @@ import MobileNav from "./MobileNav"; const Header = (): JSX.Element => { const appName = "LCM Potty Chart"; - const appVersion = "v0.0.2.6-pre-alpha"; + const appVersion = "v0.0.3.0-pre-alpha"; // Add transparency while not at the top of the page. const [transparentNavbar, setTransparentNavbar] = useState(false); @@ -108,6 +106,9 @@ const Header = (): JSX.Element => { ml={4} d={{ base: "flex", lg: "none" }} spacing="5px" + _hover={{ + cursor: "default", + }} > {appName} @@ -138,6 +139,9 @@ const Header = (): JSX.Element => { alignItems="center" height="auto" spacing="5px" + _hover={{ + cursor: "default", + }} > {appName}