diff options
author | 2024-03-19 16:21:25 +0800 | |
---|---|---|
committer | 2024-03-19 08:21:25 +0000 | |
commit | f1d3a72c2cdc1b8e46820333538e07525c3f41ed (patch) | |
tree | 3e30ede640ecd713525fc62a0e1d1fe8c23003b1 /pydis_site/templates | |
parent | Merge pull request #1260 from python-discord/dependabot/pip/ruff-0.3.3 (diff) |
Timeline: Fix Liechtenstein postcard image (#1261)
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 23a6459c..9a70c3d7 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -668,7 +668,7 @@ <div class="cd-timeline__content has-background-white-bis text-component"> <h2 class="has-text-dark">Python Discord hits 40,000 members, and is now bigger than Liechtenstein.</h2> <p class="color-contrast-medium has-text-dark"><img - src="https://cdn.discordapp.com/attachments/354619224620138496/699666518476324954/unknown.png"> + src="https://raw.githubusercontent.com/python-discord/branding/main/wallpapers/bigger%20than%20liechtenstein/pydis%20postcard.png"> </p> <div class="flex justify-between items-center"> |