aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/timeline/timeline.html
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates/timeline/timeline.html')
-rw-r--r--pydis_site/templates/timeline/timeline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/timeline/timeline.html b/pydis_site/templates/timeline/timeline.html
index 6bd85f31..92a229e9 100644
--- a/pydis_site/templates/timeline/timeline.html
+++ b/pydis_site/templates/timeline/timeline.html
@@ -17,7 +17,7 @@
<div class="timeline-icon-date">
<div class="timeline-icon {{ entry.icon_color }}">
{% if entry.icon == "pydis" %}
- <img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="Logo">
+ <img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="">
{% else %}
<span class="icon"><i class="{{ entry.icon }}"></i></span>
{% endif %}