Skip to content

Commit

Permalink
Update tui.go (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-gai authored Mar 13, 2023
1 parent 356cf3a commit b86b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func createLogsSection() *widgets.List {
logs.BorderStyle = termui.NewStyle(termui.ColorGreen)
utils.PushListRow("✨✨✨✨✨✨✨✨✨✨", logs)
utils.PushListRow("Thanks for using the gh-scheduler!", logs)
utils.PushListRow("Don't know where to start?\nHere's an example 👉 \"gh pr merge <url> in 1h\"", logs)
utils.PushListRow("Don't know where to start?\nHere's an example 👉 \"gh pr merge <url> --auto --squash in 1h\"", logs)
utils.PushListRow("This schedules a pull request to be automatically merged in an hour!", logs)
utils.PushListRow("✨✨✨✨✨✨✨✨✨✨", logs)
logs.SelectedRow = 0
Expand Down

0 comments on commit b86b764

Please sign in to comment.