fix: drop-down symbols

This commit is contained in:
julius 2025-02-11 14:19:21 +01:00
parent e89a2eea20
commit 94bee44cb6
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

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"}>