diff options
author | 2020-10-12 01:30:34 +0100 | |
---|---|---|
committer | 2020-10-12 01:30:34 +0100 | |
commit | f3c28395e234b34006d986ae572c6f010796c4a9 (patch) | |
tree | 9d6e646527c10e623c079f27aac688a23172926e /pydis_site/templates | |
parent | Use bigger icon for timeline items (diff) |
Use logo with text for new logo timeline itemm
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index ad81a703..681f5be2 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -53,8 +53,8 @@ <div class="cd-timeline__content text-component"> <h2>Our logo is born. Thanks @Aperture!</h2> - <p class="color-contrast-medium"><img - src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_discord/logo_discord_256.png"> + <p class="pydis-logo-banner"><img + src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_banner/logo_site_banner.svg"> </p> <div class="flex justify-between items-center"> |