Skip to content

Commit e26fa31

Browse files
removing unneeded frontend alert
1 parent 73dd98e commit e26fa31

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

frontend/src/App.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ function App() {
265265
</div>
266266
<div className="setup-note">
267267
<p>Ensure the local backend is running before starting a simulation.</p>
268-
<p style={{ marginTop: "10px", color: "#b11a1a" }}>
269-
<strong>Heads up:</strong> If this GUI is hosted on HTTPS (e.g. Cloudflare) but your
270-
backend is HTTP (localhost), you may need to "allow insecure content" in your browser
271-
settings for this site to let the logs and explorer load.
272-
</p>
273268
</div>
274269
</div>
275270
);

0 commit comments

Comments
 (0)