diff --git a/socktop/src/ui/modal.rs b/socktop/src/ui/modal.rs index e0ca2fd..7b5eadb 100644 --- a/socktop/src/ui/modal.rs +++ b/socktop/src/ui/modal.rs @@ -390,7 +390,6 @@ impl ModalManager { } fn render_about(&self, f: &mut Frame, area: Rect) { - //get ASCII art from a constant stored in theme.rs use super::theme::ASCII_ART; diff --git a/socktop/src/ui/theme.rs b/socktop/src/ui/theme.rs index f726b85..5fad8d8 100644 --- a/socktop/src/ui/theme.rs +++ b/socktop/src/ui/theme.rs @@ -61,7 +61,6 @@ pub const LARGE_ERROR_ICON: &[&str] = &[ " /______________\\ ", ]; - //about logo pub const ASCII_ART: &str = r#" ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ @@ -86,4 +85,4 @@ pub const ASCII_ART: &str = r#" ╚════██║██║ ██║██║ ██║ ██║ ██║██╔═══╝ ███████║╚██████╔╝╚██████╗ ██║ ╚██████╔╝██║ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ -"#; \ No newline at end of file +"#;