fix: drop-down symbols
This commit is contained in:
parent
e89a2eea20
commit
94bee44cb6
@ -52,7 +52,7 @@ export default function Analysis() {
|
||||
return (
|
||||
<div className="stack column dropdown">
|
||||
<button onClick={() => setShowControlPanel(!showControlPanel)}>
|
||||
Parameters {showControlPanel ? "⮝" : "⮟"}
|
||||
Parameters {showControlPanel ? "🞁" : "🞃"}
|
||||
</button>
|
||||
<div id="control-panel" className={showControlPanel ? "opened" : "closed"}>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user