Skip to content

Commit 73a8772

Browse files
Add mark-github icon for server metadata
1 parent 6b36128 commit 73a8772

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
371 Bytes
Loading
524 Bytes
Loading

pkg/octicons/octicons_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ func TestEmbeddedIconsExist(t *testing.T) {
107107
expectedIcons := []string{
108108
"apps", "beaker", "bell", "check-circle", "codescan",
109109
"comment-discussion", "copilot", "dependabot", "git-branch", "git-merge",
110-
"git-pull-request", "issue-opened", "logo-gist", "organization", "people",
111-
"person", "project", "repo", "repo-forked", "shield", "shield-lock",
110+
"git-pull-request", "issue-opened", "logo-gist", "mark-github", "organization",
111+
"people", "person", "project", "repo", "repo-forked", "shield", "shield-lock",
112112
"star", "star-fill", "tag", "tools", "workflow",
113113
}
114114

script/fetch-icons

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ DEFAULT_ICONS=(
2626
git-pull-request
2727
issue-opened
2828
logo-gist
29+
mark-github
2930
organization
3031
people
3132
person

0 commit comments

Comments
 (0)