diff options
| author | 2021-03-16 01:56:38 +0200 | |
|---|---|---|
| committer | 2021-03-16 01:56:38 +0200 | |
| commit | d213474795a6855331b7a93e6500797174a4894a (patch) | |
| tree | b99e9fc6b7153718628604b4793e4baab150cf28 /pydis_site/templates | |
| parent | Add more records to test the endpoint with (diff) | |
| parent | Merge pull request #454 from python-discord/deploy-environment (diff) | |
Merge branch 'main' into mbaruh/channel-activity
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 f3c58fc2..ece2e4e5 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -54,7 +54,7 @@ <div class="cd-timeline__content text-component"> <h2>Our logo is born. Thanks @Aperture!</h2> <p class="pydis-logo-banner"><img - src="https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_banner/logo_site_banner.svg"> + src="https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_banner/logo_site_banner.svg"> </p> <div class="flex justify-between items-center"> |