improved drawer + added pwa installation notice

This commit is contained in:
daniel31x13
2024-01-23 06:29:15 -05:00
parent 1d14d17e7a
commit 39db72a201
7 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default function Modal({ toggleModal, className, children }: Props) {
document.body.style.position = "";
};
}
});
}, []);
if (window.innerWidth < 640) {
return (