diff --git a/src/ui.rs b/src/ui.rs index 013fe0b..67bf761 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -300,7 +300,7 @@ impl UI { return Some(format!( "{}{}", termion::cursor::Goto(self.cols() - 3, self.rows()), - if self.config.emoji { "🔒" } else { &status }, + if self.config.emoji { "🔐" } else { &status }, )); } else if page.is_tor() { let status = color!("TOR", Bold, White, MagentaBG);