diff options
author | 2021-03-13 19:59:50 +0000 | |
---|---|---|
committer | 2021-03-13 19:59:50 +0000 | |
commit | e4e5268122650679f6106b6241109ebc2d930d52 (patch) | |
tree | f3b5ea15151b73632f168d72d3a670be358de921 /pydis_site | |
parent | Merge pull request #447 from python-discord/ks123/nomination/split (diff) |
master => main
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/static/css/error_pages.css | 2 | ||||
-rw-r--r-- | pydis_site/templates/home/timeline.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/static/css/error_pages.css b/pydis_site/static/css/error_pages.css index 77bb7e2b..ee41fa5c 100644 --- a/pydis_site/static/css/error_pages.css +++ b/pydis_site/static/css/error_pages.css @@ -4,7 +4,7 @@ html { body { background-color: #7289DA; - background-image: url("https://raw.githubusercontent.com/python-discord/branding/master/logos/banner_pattern/banner_pattern.svg"); + background-image: url("https://raw.githubusercontent.com/python-discord/branding/main/logos/banner_pattern/banner_pattern.svg"); background-size: 128px; font-family: "Hind", "Helvetica", "Arial", sans-serif; display: flex; 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"> |