From 7e06d306648162b284c32a26bfc1103cb5fd3a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lech=20Twar=C3=B3g?= Date: Wed, 27 Nov 2024 22:43:01 +0100 Subject: [PATCH] fix: issue with bad edit collection icon --- components/collections/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(