updated the ASCII art logo

This commit is contained in:
christophe-duc 2026-01-07 14:31:27 -04:00
parent 0d04e4acef
commit 0c46c84eb4

View file

@ -160,14 +160,14 @@ func (gui *Gui) handleEditConfig(g *gocui.Gui, v *gocui.View) error {
func lazypodmanTitle() string {
return `
_ _ _
| | | | | |
| | __ _ _____ _ __| | ___ ___| | _____ _ __
| |/ _` + "`" + ` |_ / | | |/ _` + "`" + ` |/ _ \ / __| |/ / _ \ '__|
| | (_| |/ /| |_| | (_| | (_) | (__| < __/ |
|_|\__,_/___|\__, |\__,_|\___/ \___|_|\_\___|_|
__/ |
|___/
_ _
| | | |
| | __ _ _____ _ _ __ ___ __| |_ __ ___ __ _ _ __
| |/ _` + "`" + ` |_ / | | | '_ \ / _ \ / _` + "`" + ` | '_ ` + "`" + ` _ \ / _` + "`" + ` | '_ \
| | (_| |/ /| |_| | |_) | (_) | (_| | | | | | | (_| | | | |
|_|\__,_/___|\__, | .__/ \___/ \__,_|_| |_| |_|\__,_|_| |_|
__/ | |
|___/|_|
`
}