fix: drop-down symbols

This commit is contained in:
2025-02-11 14:19:21 +01:00
parent e89a2eea20
commit 94bee44cb6

View File

@@ -52,7 +52,7 @@ export default function Analysis() {
return ( return (
<div className="stack column dropdown"> <div className="stack column dropdown">
<button onClick={() => setShowControlPanel(!showControlPanel)}> <button onClick={() => setShowControlPanel(!showControlPanel)}>
Parameters {showControlPanel ? "" : ""} Parameters {showControlPanel ? "🞁" : "🞃"}
</button> </button>
<div id="control-panel" className={showControlPanel ? "opened" : "closed"}> <div id="control-panel" className={showControlPanel ? "opened" : "closed"}>