Pārlūkot izejas kodu

Updated Create Repo to Rocket Icon

Yoginth 7 gadi atpakaļ
vecāks
revīzija
db3cf61114
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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"