Skip to content

Commit bfd0167

Browse files
committed
chore: Update color of invertocat icon
1 parent 02d9319 commit bfd0167

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

icons/invertocat.svg

Lines changed: 33 additions & 0 deletions
Loading

pre_build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,10 @@ def render_authors_md():
175175

176176
markdown_authors = """"""
177177

178+
# The invertocat icon was downloaded from https://brand.github.com/foundations/logo
179+
# and colored in grey according to the guidelines under the "Color" section.
178180
orcid_icon = "https://orcid.org/assets/vectors/orcid.logo.icon.svg"
179-
github_icon = "https://github.githubassets.com/favicons/favicon.svg"
181+
github_icon = "icons/invertocat.svg"
180182

181183
for idx, author in enumerate(authors):
182184
name = author['name']

0 commit comments

Comments
 (0)