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 10 months ago
commit 76e00a34ea58c2d424347323eba4623eb487b19c
parent 84427a56b5b7775b1f48254a338e2289838696c6
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())
}