Skip to content

Commit

Permalink
Merge pull request #13726 from carolhmj/GE-remove-beta-flag
Browse files Browse the repository at this point in the history
remove beta flag from GUI Editor
  • Loading branch information
sebavan authored Apr 11, 2023
2 parents e75ad8e + 2f28a0c commit 068f038
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import zoomIcon from "../imgs/zoomIcon.svg";
import guidesIcon from "../imgs/guidesIcon.svg";
import logoIcon from "../imgs/babylonLogo.svg";
import canvasFitIcon from "../imgs/canvasFitIcon.svg";
import betaFlag from "../imgs/betaFlag.svg";
import copyIcon from "../imgs/buttonbar_copyIcon.svg";
import pasteIcon from "../imgs/buttonbar_pasteIcon.svg";
import deleteIcon from "../imgs/buttonBar_deleteIcon.svg";
Expand Down Expand Up @@ -338,9 +337,7 @@ export class CommandBarComponent extends React.Component<ICommandBarComponentPro
)}
</div>
</div>
<div className="commands-right">
<img src={betaFlag} className="beta-flag" draggable={false} />
</div>
<div className="commands-right"></div>
</div>
);
}
Expand Down

0 comments on commit 068f038

Please sign in to comment.