From e6e7267eb1de75a0795aab82f8ae1b00fbaccacc Mon Sep 17 00:00:00 2001
From: Jack Kingsman
Date: Mon, 23 Mar 2026 18:33:37 -0700
Subject: [PATCH] Fix mobile modal
---
.../src/components/SecurityWarningModal.tsx | 37 ++++++++++---------
1 file changed, 20 insertions(+), 17 deletions(-)
diff --git a/frontend/src/components/SecurityWarningModal.tsx b/frontend/src/components/SecurityWarningModal.tsx
index ae93147..0d6f43e 100644
--- a/frontend/src/components/SecurityWarningModal.tsx
+++ b/frontend/src/components/SecurityWarningModal.tsx
@@ -69,7 +69,7 @@ export function SecurityWarningModal({ health }: SecurityWarningModalProps) {
-
+
This is only safe on protected or isolated networks with appropriate access control. If
your network is untrusted or later compromised, this setup may expose the host system to
arbitrary code execution.
@@ -117,23 +117,10 @@ export function SecurityWarningModal({ health }: SecurityWarningModalProps) {