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