Skip to content

Commit 1528a98

Browse files
committed
Remove run button from react tour
1 parent b004231 commit 1528a98

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/app/components/ReactTour.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,6 @@ const tourConfig: ReactourStep[] = [
119119
position: 'bottom',
120120
selector: '[id="clear_gamelog_button"]',
121121
},
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-
},
134122
{
135123
content: () => (
136124
<div>

0 commit comments

Comments
 (0)