We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0254c8b + 5ff22ca commit 8441005Copy full SHA for 8441005
notebook/templates/notebook.html
@@ -46,7 +46,7 @@
46
47
<span id="kernel_logo_widget">
48
{% block kernel_logo_widget %}
49
- <img class="current_kernel_logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/>
+ <img class="current_kernel_logo" alt="Current Kernel Logo" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/>
50
{% endblock %}
51
</span>
52
0 commit comments