Change create button prompt

This commit is contained in:
2023-02-23 22:18:01 -07:00
parent 268ac8f1e4
commit 2b6b4b7bf9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func CreateRunnerWidget(client graphql.Client) (list.Model, error) {
}
}
content = append(content, runnerCreateListItem("> Create Runner <"))
content = append(content, runnerCreateListItem("[Create Runner]"))
model := list.New(content, runnerListItemDelegate{}, 50, 50)
model.SetShowStatusBar(false)