We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e292a1 commit 729108dCopy full SHA for 729108d
1 file changed
docusaurus-site/src/pages/proof-search-visualization.jsx
@@ -650,8 +650,8 @@ export default function ProofSearchVisualization() {
650
/>
651
652
<div className={styles.runRow}>
653
- <button className={styles.runButton} onClick={onRun} disabled={running}>
654
- {running ? 'Running…' : 'Run Vampire'}
+ <button className={styles.runButton} onClick={onRun}>
+ Run Vampire
655
</button>
656
<button className={styles.helpButton} type="button" onClick={() => setShowHelp(true)}>
657
Help
0 commit comments