diff --git a/website/package.json b/website/package.json index 2a8d740..bdcec49 100644 --- a/website/package.json +++ b/website/package.json @@ -61,7 +61,7 @@ "dev": "vite", "lint": "eslint .", "test": "jest", - "build": "rm -rf dist && tsc -b && vite build && bun build src/service-worker.ts --outdir ./dist", + "build": "rm -rf dist && tsc -b && vite build && bun build src/service-worker.ts --outdir ./dist", "preview": "vite preview", "test-ci": "yarn test --watchAll=false" }, diff --git a/website/src/screens/About.tsx b/website/src/screens/About.tsx index 81d4c69..4fd5de7 100644 --- a/website/src/screens/About.tsx +++ b/website/src/screens/About.tsx @@ -48,13 +48,7 @@ const About = ({ state }: { state: State }) => { from your browser even without an internet connection. You can also {` `} install it as an app on your phone or desktop by - choosing "Add to Home Screen" on "Install" on your browser menu. It is - also - {` `} - - find and install it on the Google Play Store - - . + choosing "Add to Home Screen" on "Install" on your browser menu.