mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
Replace broken match emoji from π to π₯
Change the BrokenMatch emoji from broken heart (π) to wilted flower (π₯) for better visual distinction in GitHub PR comments. https://claude.ai/code/session_018LfHdFcrSQFoHBWZSAxL6v
This commit is contained in:
@@ -194,7 +194,7 @@ impl ChangeKind {
|
||||
fn emoji(self) -> &'static str {
|
||||
match self {
|
||||
ChangeKind::NewMatch => "β
",
|
||||
ChangeKind::BrokenMatch => "π",
|
||||
ChangeKind::BrokenMatch => "π₯",
|
||||
ChangeKind::Improvement => "π",
|
||||
ChangeKind::Regression => "π",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user