From f2904060b44c2f76676239924537e19e46d6c8cd Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Sun, 3 Apr 2022 16:45:06 -0500 Subject: [PATCH 1/2] Added responsive margins within the modals. --- components/calender/modals/AddUpdateSticker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calender/modals/AddUpdateSticker.tsx b/components/calender/modals/AddUpdateSticker.tsx index f38a6ce..52b1da3 100644 --- a/components/calender/modals/AddUpdateSticker.tsx +++ b/components/calender/modals/AddUpdateSticker.tsx @@ -161,7 +161,7 @@ const AddUpdateSticker = ({ "M/d/y" )}?`, body: ( - + {"Previous Sticker"} From 422b83ddb7739201490487d74c75012e39c6a9c0 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Sun, 3 Apr 2022 16:47:06 -0500 Subject: [PATCH 2/2] Updated version info. --- package.json | 2 +- theme/layout/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9ba0e3..d5b381d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "lucid-creations-media-potty-chart", "homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/", - "version": "v0.0.9.1-alpha", + "version": "v0.0.9.2-alpha", "author": { "name": "Lucid Creations Media", "url": "https://lucidcreations.media", diff --git a/theme/layout/Header.tsx b/theme/layout/Header.tsx index 2f32a6a..0d1f91d 100644 --- a/theme/layout/Header.tsx +++ b/theme/layout/Header.tsx @@ -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.1-alpha"; + const appVersion = "v0.0.9.2-alpha"; // Add transparency while not at the top of the page. const [transparentNavbar, setTransparentNavbar] = useState(false);