diff --git a/src/views/modals/Download.js b/src/views/modals/Download.js deleted file mode 100644 index 366e21e..0000000 --- a/src/views/modals/Download.js +++ /dev/null @@ -1,57 +0,0 @@ -import { AiFillWindows } from "react-icons/ai"; -import { SiLinux } from "react-icons/si"; -import { useLayout } from "../../hooks/useLayout"; - -const Download = () => { - const { handleModal, supportsPWA, installPWA } = useLayout(); - - return( -
-
-

Download the app

-
-
- - Play Store - - { - supportsPWA && - - PWA - - } -
- OR -
-
- - -
-
- - -
-
-
-
- -
-
-
- ) -} - -export default Download; \ No newline at end of file