We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02694a2 commit f56bcecCopy full SHA for f56bcec
internal/ui/splash.go
@@ -90,7 +90,7 @@ func GetLogo(logoUrl string) {
90
`| /\____ / ___/`,
91
`| \ \ / /\___ \`,
92
`|____|\__ \/____//____ /`,
93
- ` \/ \/ `,
+ ` \/ \/ `,
94
}
95
if logoUrl == "" {
96
LogoSmall = defaultLogo
@@ -109,7 +109,7 @@ func GetLogo(logoUrl string) {
109
110
ctx := context.WithValue(context.Background(), fileKey, filePath)
111
slog.DebugContext(ctx, "Successfully fetched logo from file")
112
-
+
113
logo := strings.Split(string(body), "\n")
114
// last line is empty, remove it
115
if len(logo) > 0 && logo[len(logo)-1] == "" {
0 commit comments