chore: align 'Charm' to edge of C curve

Christian Rocha created

Change summary

internal/tui/components/logo/logo.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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)