File tree Expand file tree Collapse file tree
apps/web/src/lib/jsspeccy/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import EventEmitter from "events";
22import { MenuBar } from "./MenuBar" ;
33import { Toolbar } from "./Toolbar" ;
44import closeIcon from "./icons/close.svg" ;
5- import playIcon from "./icons/play .svg" ;
5+ import powerIcon from "./icons/power .svg" ;
66
77export class UIController extends EventEmitter {
88 constructor ( container , emulator , opts ) {
@@ -40,7 +40,7 @@ export class UIController extends EventEmitter {
4040 this . toolbar = new Toolbar ( this . appContainer ) ;
4141
4242 this . startButton = document . createElement ( 'button' ) ;
43- this . startButton . innerHTML = playIcon ;
43+ this . startButton . innerHTML = powerIcon ;
4444 this . appContainer . appendChild ( this . startButton ) ;
4545 this . startButton . style . position = 'absolute' ;
4646 this . startButton . style . top = '50%' ;
You can’t perform that action at this time.
0 commit comments