Skip to content

Commit 12dbdaa

Browse files
committed
Fix private repo icon
1 parent 8906b28 commit 12dbdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ function initDashboardSearch() {
16981698
} else if (repo.mirror) {
16991699
return 'octicon octicon-repo-clone';
17001700
} else if (repo.private) {
1701-
return 'octicon octicon-repo-forked';
1701+
return 'octicon octicon-lock';
17021702
} else {
17031703
return 'octicon octicon-repo';
17041704
}

0 commit comments

Comments
 (0)