diff --git a/aimenet-web/src/components/https-mixed-mode-request-warning.tsx b/aimenet-web/src/components/https-mixed-mode-request-warning.tsx index fd3d3dd..8dd322e 100644 --- a/aimenet-web/src/components/https-mixed-mode-request-warning.tsx +++ b/aimenet-web/src/components/https-mixed-mode-request-warning.tsx @@ -14,8 +14,8 @@ export function HttpsMixedModeRequestWarning() { HTTPS Session Detected - Using HTTPS will disable any servers using HTTP unless you enable mixed-mode requests. - Consider switching to HTTP if you're having issues connecting to servers. + Using HTTPS will disable any servers using HTTP due to mixed-mode requests being blocked on most browsers by default. + Consider using the HTTP version of the site or enabling insecure/mixed-mode requests on this site. )); diff --git a/aimenet-web/src/components/incognito-warning.tsx b/aimenet-web/src/components/incognito-warning.tsx index ab2276f..d8323b6 100644 --- a/aimenet-web/src/components/incognito-warning.tsx +++ b/aimenet-web/src/components/incognito-warning.tsx @@ -1,4 +1,4 @@ -import {ServerOff} from "lucide-react"; +import {SaveOff} from "lucide-react"; import {useEffect, useState} from "react"; import detectIncognito from "detectincognitojs"; import {Alert, AlertDescription, AlertTitle} from "@/components/ui/alert"; @@ -21,7 +21,7 @@ export function IncognitoStorageWarning() { return (showWarning && ( - + Private Session Detected You're currently using a private browsing session. When you close the tab, all data (including