Skip to content

Commit d404f60

Browse files
change alt-texts for timeline page
1 parent 141aeb6 commit d404f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydis_site/apps/timeline/entries/2018-02-03_our-logo-is-born.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ icon: pydis
55
---
66

77
<p style="background-color: #7289DA; border-radius: 10px;">
8-
<img style="padding-right: 20px;" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_banner/logo_site_banner.svg">
8+
<img style="padding-right: 20px;" src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_banner/logo_site_banner.svg" alt="Python Discord Logo">
99
</p>

pydis_site/templates/timeline/timeline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="timeline-icon-date">
1818
<div class="timeline-icon {{ entry.icon_color }}">
1919
{% if entry.icon == "pydis" %}
20-
<img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="Logo">
20+
<img class="pydis" src="{% static "images/timeline/cd-icon-pydis.svg" %}" alt="">
2121
{% else %}
2222
<span class="icon"><i class="{{ entry.icon }}"></i></span>
2323
{% endif %}

0 commit comments

Comments
 (0)