Use an arrow instead of hand to signify a PR

This commit is contained in:
Andrew Morgan 2020-02-21 11:29:51 +00:00
parent 45a70aa56e
commit 21a09f455a

View File

@ -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 "🔔";
} }