浏览代码

Updated Repo Commit to Repo Push in Octicon

Yoginth 7 年之前
父节点
当前提交
08ab0e8d1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/template/template.go

+ 1 - 1
pkg/template/template.go

@@ -250,7 +250,7 @@ func ActionIcon(opType int) string {
 	case 1, 8: // Create and transfer repository
 		return "repo"
 	case 5: // Commit repository
-		return "git-commit"
+		return "repo-push"
 	case 6: // Create issue
 		return "issue-opened"
 	case 7: // New pull request