diff --git a/src/input.rs b/src/input.rs index 40967f57..c921bdfd 100644 --- a/src/input.rs +++ b/src/input.rs @@ -331,7 +331,7 @@ pub fn get_help(mode: &InputMode) -> Vec { ] .concat(), InputMode::CommandPersistent => { - [vec![" Normal Mode".into()], command_help].concat() + [vec![" Normal Mode".into()], command_help].concat() } InputMode::Exiting => vec!["Bye from Mosaic!".into()], } diff --git a/status-bar.wasm b/status-bar.wasm index 07f2adf7..d434bc1d 100644 Binary files a/status-bar.wasm and b/status-bar.wasm differ diff --git a/strider.wasm b/strider.wasm index 95156b66..77b07b01 100644 Binary files a/strider.wasm and b/strider.wasm differ