@@ -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"