Updated the add sticker modal. Disabled the next button on the edit modal when no sticker has been selected.

This commit is contained in:
Lucid Kobold
2022-04-03 02:03:10 -05:00
parent 1e914286f4
commit f6ae31fd04
3 changed files with 24 additions and 11 deletions

View File

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