chore(aesthetic): use a capital V
to make the ear more natural
This commit is contained in:
parent
451df20a7b
commit
a47a8f819a
|
@ -66,7 +66,7 @@ fn ascii_art(args: &Args) -> [String; 3] {
|
||||||
return ["(\\ /)".to_string(), "( . .)".to_string(), bottom];
|
return ["(\\ /)".to_string(), "( . .)".to_string(), bottom];
|
||||||
} else {
|
} else {
|
||||||
let top = format!("{}", ".".red()).to_string();
|
let top = format!("{}", ".".red()).to_string();
|
||||||
return [top, "\\\\ /\\".to_string(), " \\\\//v".to_string()];
|
return [top, "\\\\ /\\".to_string(), " \\\\//V".to_string()];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue