Skip to content

Commit

Permalink
Help menu updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmonks committed Dec 14, 2024
1 parent bf619f5 commit a3feb6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions instructor.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
url: 'student.html?load=help/quick-start-guide.lurch'
},
{
title: 'Intro to Proofs in Lurch',
url: 'student.html?load=help/proofs-worksheet.lurch'
title: 'Instructor menu help',
url: 'instructor.html?load=help/instructors-worksheet.lurch'
},
{
title: 'Lurch for Instructors',
url: 'instructor.html?load=help/intructors-worksheet.lurch'
title: 'Intro to Proofs in Lurch',
url: 'student.html?load=help/proofs-worksheet.lurch'
},
{
title: 'Example Proofs',
Expand Down
6 changes: 3 additions & 3 deletions lurchmath/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,11 @@ window.Lurch = {
} )
// Add About Lurch menu item
editor.ui.registry.addMenuItem( 'aboutlurch', {
text : 'About Lurch for Math 299',
text : 'About Lurch',
// icon : 'help',
tooltip : 'About Lurch for Math 299',
tooltip : 'About Lurch',
onAction : () => window.open(
'/lurch', '_blank' )
'./about', '_blank' )
} )

// Add red pen menu item
Expand Down

0 comments on commit a3feb6e

Please sign in to comment.