From 077edd7da805e1d44e6129ac97435f0324ff9fba Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Tue, 20 May 2025 14:05:43 -0600 Subject: [PATCH] Update IosPwaLimitations.tsx --- src/components/buttons/IosPwaLimitations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/buttons/IosPwaLimitations.tsx b/src/components/buttons/IosPwaLimitations.tsx index dc0ee9e7..328d8c23 100644 --- a/src/components/buttons/IosPwaLimitations.tsx +++ b/src/components/buttons/IosPwaLimitations.tsx @@ -4,7 +4,7 @@ import { Icon, Icons } from "../Icon"; function IosPwaLimitations() { const showAlert = () => { alert( - "Due to Apple’s limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser vertion to re-enable these features.\n" + + "Due to Apple’s limitations, Picture-in-Picture (PiP) and Fullscreen are disabled on iOS PWAs. Use the browser version to re-enable these features.\n" + "Tip: To hide the iOS home indicator, use guided access within the PWA!", ); };