diff --git a/page/src/playground.tsx b/page/src/playground.tsx index 82324758..d3171873 100644 --- a/page/src/playground.tsx +++ b/page/src/playground.tsx @@ -328,7 +328,12 @@ export class Playground extends React.Component< - + Start @@ -338,6 +343,7 @@ export class Playground extends React.Component< isFinalState(this.state.emulator.getState()) } size="sm" + title="Stop" variant="secondary" className="fancy" onClick={() => this.state.emulator?.stop()} @@ -346,6 +352,7 @@ export class Playground extends React.Component< - + {" "} Settings