We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b004231 commit 1528a98Copy full SHA for 1528a98
src/app/components/ReactTour.tsx
@@ -119,18 +119,6 @@ const tourConfig: ReactourStep[] = [
119
position: 'bottom',
120
selector: '[id="clear_gamelog_button"]',
121
},
122
- {
123
- content: () => (
124
- <div>
125
- <h6>Run Game</h6>
126
- <p className={classnames(styles['step-description'])}>
127
- Click to compile code and run the game simulation
128
- </p>
129
- </div>
130
- ),
131
- position: 'bottom',
132
- selector: '[id="run_button"]',
133
- },
134
{
135
content: () => (
136
<div>
0 commit comments