From e730b3fee4f97a48161a10245cedec2d7cb48c9f Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Wed, 21 Jun 2023 13:00:56 +0200 Subject: [PATCH] tui: use non-slanted logo Signed-off-by: Christoph Heiss --- proxmox-tui-installer/src/main.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proxmox-tui-installer/src/main.rs b/proxmox-tui-installer/src/main.rs index 8b9cad2..bed9678 100644 --- a/proxmox-tui-installer/src/main.rs +++ b/proxmox-tui-installer/src/main.rs @@ -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,