We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d9319 commit bfd0167Copy full SHA for bfd0167
2 files changed
icons/invertocat.svg
pre_build.py
@@ -175,8 +175,10 @@ def render_authors_md():
175
176
markdown_authors = """"""
177
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.
180
orcid_icon = "https://orcid.org/assets/vectors/orcid.logo.icon.svg"
- github_icon = "https://github.githubassets.com/favicons/favicon.svg"
181
+ github_icon = "icons/invertocat.svg"
182
183
for idx, author in enumerate(authors):
184
name = author['name']
0 commit comments