Skip to content

Commit

Permalink
change cloudlens logo to smallcase
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaysomani07 committed Feb 24, 2023
1 parent 4c9dce5 commit 5fb5401
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions internal/ui/logo.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ var LogoSmall = []string{

// LogoBig cls big logo for splash page.
var LogoBig = []string{
`█▀▀ █ █▀▀█ █ █ █▀▀▄ █ █▀▀ █▀▀▄ █▀▀`,
`█ █ █ █ █ █ █ █ █ █▀▀ █ █ ▀▀█`,
`▀▀▀ ▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀`,
` `,
` .__ .___.__ `,
` ____ | | ____ __ __ __| _/| | ____ ____ ______`,
` _/ ___\| | / _ \| | \/ __ | | | _/ __ \ / \ / ___/`,
` \ \___| |_( <_> ) | / /_/ | | |_\ ___/| | \\___ \ `,
` \___ >____/\____/|____/\____ | |____/\___ >___| /____ >`,
` \/ \/ \/ \/ \/ ,
`,
}

type Logo struct {
Expand Down

0 comments on commit 5fb5401

Please sign in to comment.