mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Use an arrow instead of hand to signify a PR
This commit is contained in:
parent
45a70aa56e
commit
21a09f455a
@ -34,7 +34,7 @@ export class FormatUtil {
|
|||||||
case "Issue":
|
case "Issue":
|
||||||
return "📝";
|
return "📝";
|
||||||
case "PullRequest":
|
case "PullRequest":
|
||||||
return "✋"; // What should we do about this?
|
return "⤵";
|
||||||
default:
|
default:
|
||||||
return "🔔";
|
return "🔔";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user