Fix non-replaceable emoji being rendered without colons
This commit is contained in:
parent
967293db37
commit
cab37cb633
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ pub fn apply_spans(
|
|||
if let Some(Some(replacement)) = util::EMOJI.get(name) {
|
||||
result.then(replacement, base)
|
||||
} else {
|
||||
result.then(name, base.magenta())
|
||||
result.then(text, base.magenta())
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue