Skip to content

Commit

Permalink
rename plain project
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Dec 17, 2023
1 parent 62d8627 commit fbb8ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const Settings: React.FC<{closeNav, theme, setTheme, project, setProject}> =
setProject(ev.target.value)
console.log(`set Lean project to: ${ev.target.value}`)
}} >
<option value="Webeditor">No imports</option>
<option value="plain">No imports</option>
<option value="MathlibLatest">Latest Mathlib</option>
<option value="DuperDemo">Latest Duper</option>
</select>
Expand Down

0 comments on commit fbb8ccf

Please sign in to comment.