Skip to content

Commit

Permalink
fix: use static ietf logo
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Sep 12, 2023
1 parent bf33d1f commit 6936cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a class="text-light" href="{{ HOME.url }}">
<img
class="header__logo"
src="{% static 'img/ietf-logo.svg' %}"
src="https://static.ietf.org/logos/ietf.svg"
alt="IETF logo"
/>
</a>
Expand Down

0 comments on commit 6936cd9

Please sign in to comment.