diff --git a/internal/tui/components/logo/logo.go b/internal/tui/components/logo/logo.go index ab9e300c55da50f2942afe14a1e5514e042651a6..15b5f97e66fb0144cdf0bf65db6604270e2c196c 100644 --- a/internal/tui/components/logo/logo.go +++ b/internal/tui/components/logo/logo.go @@ -35,7 +35,7 @@ type Opts struct { // The compact argument determines whether it renders compact for the sidebar // or wider for the main pane. func Render(version string, compact bool, o Opts) string { - const charm = "Charmâ„¢" + const charm = " Charmâ„¢" fg := func(c color.Color, s string) string { return lipgloss.NewStyle().Foreground(c).Render(s)