Skip to content

Commit

Permalink
Add back to done message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Rusin committed May 3, 2024
1 parent d2997ad commit ab614eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play/question_answers.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (q questionModel) View() string {

func (q questionModel) questionStatusLine() string {
if q.questionFullyAnswered() && q.isLast {
return questionEndStyle.Render("Challenge has completed, press 'ESC' or 'q' to exit")
return questionEndStyle.Render("🎉 done! Press 'q' to exit or 'b' to back to challenge list")
} else if q.questionFullyAnswered() {
return questionEndStyle.Render("All answers has found, press 'N' to show next question")
}
Expand Down

0 comments on commit ab614eb

Please sign in to comment.