Skip to content

Commit 38dbd16

Browse files
committed
Fixed Octocat icon
1 parent 1e3ce03 commit 38dbd16

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
3434
{% if site.github.is_project_page %}
3535
<a href="{{ site.github.repository_url }}" class="btn github">View on GitHub</a>
3636
<a href="{{ site.github.repository_url }}" class="icon github">
37-
<img class="octocat" src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" alt="View on Github" />
37+
<img class="octocat" src="/assets/octocat.svg" alt="View on Github" />
3838
</a>
3939
{% endif %}
4040

assets/octocat.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)