File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/app/components/SubmitBar Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,11 @@ export class SubmitBar extends React.Component<
186
186
< span > COMMIT</ span >
187
187
</ button >
188
188
</ Tooltip >
189
- < Tooltip title = "Submit Code" >
189
+ < Tooltip
190
+ title = "Submit Code: This will submit your code as your current competitive AI. All your challenges with other
191
+ players in the leaderboard will be played using this code.
192
+ You have to submit your code before challenging an opponent."
193
+ >
190
194
< button
191
195
className = { classnames ( styles . customBtn ) }
192
196
title = "Submit Code"
@@ -325,7 +329,7 @@ export class SubmitBar extends React.Component<
325
329
const { saveCode, lockCode } = this . props ;
326
330
await saveCode ( ) ;
327
331
await lockCode ( ) ;
328
- }
332
+ } ;
329
333
330
334
private startStoryModeMatch = async ( mapId : number , aiId : number ) => {
331
335
const {
You can’t perform that action at this time.
0 commit comments