diff --git a/templates/front/welcome.html b/templates/front/welcome.html index b6ce1ce7..99c3acd2 100644 --- a/templates/front/welcome.html +++ b/templates/front/welcome.html @@ -7,7 +7,7 @@ height="50" width="200" src="{% static 'img/logo-full.png'%}" - srcset="{% static 'img/logo.png'%} 1x, {% static 'img/logo-full@2x.png'%} 2x" + srcset="{% static 'img/logo-full.png'%} 1x, {% static 'img/logo-full@2x.png'%} 2x" alt="healthchecks.io"> {% endblock %}