We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd5c18 commit aa1411eCopy full SHA for aa1411e
1 file changed
pkg/tui/components/tool/todotool/sidebar.go
@@ -63,7 +63,7 @@ func (c *SidebarComponent) Render() string {
63
}
64
65
var content strings.Builder
66
- content.WriteString(styles.HighlightStyle.Render("TODOS"))
+ content.WriteString(styles.HighlightStyle.Render("Todo"))
67
content.WriteString("\n")
68
69
for _, todo := range c.manager.GetTodos() {
0 commit comments