diff --git a/internal/tui/components/logo/logo.go b/internal/tui/components/logo/logo.go index b57dfdb15ce90b783ed20cd874e81caccd889f2c..b4ebde37c7fbde4b9a0e95f7d9ad9a0c75ce1ce2 100644 --- a/internal/tui/components/logo/logo.go +++ b/internal/tui/components/logo/logo.go @@ -42,7 +42,7 @@ func Render(version string, compact bool, o Opts) string { } // Title. - crush := renderWord(1, !compact, letterC, letterR, letterU, LetterS, letterH) + crush := renderWord(1, !compact, letterC, letterR, letterU, letterS, letterH) crushWidth := lipgloss.Width(crush) b := new(strings.Builder) for r := range strings.SplitSeq(crush, "\n") { @@ -216,10 +216,10 @@ func letterR(stretch bool) string { ) } -// LetterS renders the letter S in a stylized way. It takes an integer that +// letterS renders the letter S in a stylized way. It takes an integer that // determines how many cells to stretch the letter. If the stretch is less than // 1, it defaults to no stretching. -func LetterS(stretch bool) string { +func letterS(stretch bool) string { // Here's what we're making: // // ▄▀▀▀▀