diff --git a/components/collections/header.go b/components/collections/header.go index 08108e4..e410881 100644 --- a/components/collections/header.go +++ b/components/collections/header.go @@ -22,7 +22,7 @@ func (h Header) Update(msg tea.Msg) (tea.Model, tea.Cmd) { func (h Header) View() string { icon := "" - if h.mode == "edit" { + if h.mode == "Edit" { icon = "󰷎" } return lipgloss.JoinVertical(