]> git.proxmox.com Git - pve-installer.git/commitdiff
tui: use non-slanted logo
authorChristoph Heiss <c.heiss@proxmox.com>
Wed, 21 Jun 2023 11:00:56 +0000 (13:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 11:17:45 +0000 (13:17 +0200)
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
proxmox-tui-installer/src/main.rs

index 8b9cad27002cbe4ce9a708505b52a37c91bd6c08..bed967845cac7891089864110cc090a74335c92b 100644 (file)
@@ -44,11 +44,11 @@ use views::{
 
 // TextView::center() seems to garble the first two lines, so fix it manually here.
 const PROXMOX_LOGO: &str = r#"
   ____
-   / __ \_________  _  ______ ___  ____  _  __
-  / /_/ / ___/ __ \| |/_/ __ `__ \/ __ \| |/_/
- / ____/ /  / /_/ />  </ / / / / / /_/ />  <
-/_/   /_/   \____/_/|_/_/ /_/ /_/\____/_/|_|  "#;
+ ____
+|  _ \ _ __ _____  ___ __ ___   _____  __
+| |_) | '__/ _ \ \/ / '_ ` _ \ / _ \ \/ /
+|  __/| | | (_) >  <| | | | | | (_) >  <
+|_|   |_|  \___/_/\_\_| |_| |_|\___/_/\_\ "#;
 
 struct InstallerView {
     view: ResizedView<Dialog>,