Modals #44

Merged
LucidKobold merged 14 commits from modals into main 2022-04-03 02:53:08 -04:00
5 changed files with 210 additions and 83 deletions
Showing only changes of commit cf86326f7f - Show all commits

View File

@@ -2,11 +2,7 @@
"private": true,
"name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
<<<<<<< HEAD
"version": "v0.0.9.0-alpha",
=======
"version": "v0.0.8.1-alpha",
>>>>>>> main
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",

View File

@@ -15,11 +15,7 @@ import appLogo from "../../public/images/logo.svg";
const Header = (): JSX.Element => {
const appName = "LCM Potty Chart";
<<<<<<< HEAD
const appVersion = "v0.0.9.0-alpha";
=======
const appVersion = "v0.0.8.1-alpha";
>>>>>>> main
// Add transparency while not at the top of the page.
const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false);