diff --git a/src/tui/components/welcome.rs b/src/tui/components/welcome.rs index fbe4e08..dc093b8 100644 --- a/src/tui/components/welcome.rs +++ b/src/tui/components/welcome.rs @@ -11,6 +11,7 @@ pub struct WelcomeMessage<'a> { impl<'a> WelcomeMessage<'a> { pub fn new(editor: &'a Editor<'a>) -> Self { + // The title message let title = format!("{} {}", editor.config.logo, editor.config.friendly_name); // The welcome message