diff --git a/components/InstallPrompt.tsx b/components/InstallPrompt.tsx index 802356a..8cb5a14 100644 --- a/components/InstallPrompt.tsx +++ b/components/InstallPrompt.tsx @@ -64,7 +64,7 @@ export function InstallPrompt() { switch (platform) { case 'ios': return ( -

+

Tap and then{" "} “Add to Home Screen” @@ -73,13 +73,13 @@ export function InstallPrompt() { ); case 'android': return ( -

+

Tap the menu and select “Install app”

); default: return ( -

+

Install our app for a better experience

); @@ -93,12 +93,12 @@ export function InstallPrompt() { initial={{ opacity: 0, y: 50 }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: 50 }} - className="fixed bottom-4 left-4 right-4 z-[100] md:left-auto md:right-4 md:w-96" + className="fixed top-4 left-4 right-4 z-[100] md:left-auto md:right-4 md:w-96" >
-

+

Install MiniPerplx

{getInstructions()}