We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73dd98e commit e26fa31Copy full SHA for e26fa31
1 file changed
frontend/src/App.jsx
@@ -265,11 +265,6 @@ function App() {
265
</div>
266
<div className="setup-note">
267
<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>
273
274
275
);
0 commit comments