commit ed5b1c4cf440df26634cbacde01fb2892031a7db
parent 49fe7ae5c7c194a0edde7458bcd8864be02d0a72
Author: William Casarin <jb55@jb55.com>
Date: Tue, 17 Dec 2024 12:19:58 -0800
mention: change ?? to @???
More consistent with the other label
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/notedeck_columns/src/ui/mention.rs b/crates/notedeck_columns/src/ui/mention.rs
@@ -76,7 +76,7 @@ fn mention_ui(
if let Some(name) = profile.as_ref().and_then(crate::profile::get_profile_name) {
format!("@{}", name.username())
} else {
- "??".to_string()
+ "@???".to_string()
};
let resp = ui.add(