Skip to content

Commit

Permalink
change button text
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Aug 10, 2024
1 parent c7e1601 commit d5b237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ function turtle_drawing(f::Function;
div.appendChild(line_highlighter)
const restart_btn = document.createElement("button")
restart_btn.innerText = "Restart"
restart_btn.innerText = "Play again"
restart_btn.style.cssText = `
position: absolute;
bottom: .3em;
Expand Down

0 comments on commit d5b237d

Please sign in to comment.