Skip to content

Commit 3b4bbf3

Browse files
committed
add 'project' icon
1 parent f6f570c commit 3b4bbf3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

bin/create_icons.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'file' => 'file',
2121
'graph' => 'graphs',
2222
'pulse' => 'pulse',
23+
'project' => 'project',
2324
'book' => 'wiki',
2425
'git-commit' => 'commits',
2526
'git-branch' => 'branch',

icons/project.png

2.37 KB
Loading

search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ private static function addRepoSubCommands()
416416
'issues ' => array('List, show and create issues', 'issue'),
417417
'milestones' => array('View milestones', 'milestone'),
418418
'network' => array('See the network', 'graphs'),
419-
'projects' => array('View projects'),
419+
'projects' => array('View projects', 'project'),
420420
'pulls' => array('Show open pull requests', 'pull-request'),
421421
'pulse' => array('See recent activity'),
422422
'wiki' => array('Pull up the wiki'),

0 commit comments

Comments
 (0)