From 8677df0340b0cc1888b5081e0a1691f1cda48ac4 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 14 Nov 2024 11:01:02 -0500 Subject: [PATCH] minor UI improvement --- components/InstallApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/InstallApp.tsx b/components/InstallApp.tsx index 50071da..a1fb23f 100644 --- a/components/InstallApp.tsx +++ b/components/InstallApp.tsx @@ -8,7 +8,7 @@ const InstallApp = (props: Props) => { const [isOpen, setIsOpen] = useState(true); return isOpen && !isPWA() ? ( -
+