소스 검색

Updated Create Repo to Rocket Icon

Yoginth 7 년 전
부모
커밋
db3cf61114
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pkg/template/template.go

+ 2 - 2
pkg/template/template.go

@@ -248,8 +248,8 @@ type Actioner interface {
 func ActionIcon(opType int) string {
 	switch opType {
 	case 1, 8: // Create and transfer repository
-		return "repo"
-	case 5: // Commit repository
+		return "rocket"
+	case 5: // Push repository
 		return "repo-push"
 	case 6: // Create issue
 		return "issue-opened"