Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
rad-ens: Link to radicle interface
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Sellier <self@cloudhead.io>
  • Loading branch information
cloudhead committed Feb 13, 2022
1 parent 1383432 commit 98cb41c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ens/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,12 @@ async fn setup(
term::format::highlight(name)
);

// TODO: Link to radicle interface.
term::blank();
term::tip("To view your profile, visit:");
term::indented(&term::format::secondary(format!(
"https://app.radicle.network/{}",
name
)));

Ok(())
}

0 comments on commit 98cb41c

Please sign in to comment.