Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: change link direction symbols
Fintan Halpenny committed 8 months ago
commit 6e972327a5e090f650fc6df3839796c67aa8afcb
parent ec5b990f89793562c0b4f9d5dc194dcf472562a3
1 file changed +2 -2
modified crates/radicle-cli/src/commands/node/control.rs
@@ -394,9 +394,9 @@ fn link_direction_label() -> term::Paint<String> {
}

fn link_direction_inbound() -> term::Paint<String> {
-
    term::format::yellow("🡦".to_string())
+
    term::format::yellow("↘".to_string())
}

fn link_direction_outbound() -> term::Paint<String> {
-
    term::format::dim("🡥".to_string())
+
    term::format::dim("↗".to_string())
}