diff options
author | 2022-01-14 12:59:46 +0000 | |
---|---|---|
committer | 2022-01-14 12:59:46 +0000 | |
commit | 71a4214f53db5fc4c09fba9715f8f87cfa487123 (patch) | |
tree | fae536d12418ba33766d0fa1441c4097833d8710 | |
parent | Add Django Discord community (diff) |
Renumber communities after Django
-rw-r--r-- | pydis_site/apps/resources/resources/communities/kivy.yaml | 2 | ||||
-rw-r--r-- | pydis_site/apps/resources/resources/communities/pallets.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/resources/resources/communities/kivy.yaml b/pydis_site/apps/resources/resources/communities/kivy.yaml index 601d7dba..69f117c7 100644 --- a/pydis_site/apps/resources/resources/communities/kivy.yaml +++ b/pydis_site/apps/resources/resources/communities/kivy.yaml @@ -5,7 +5,7 @@ icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/logos/kiv icon_size: 50 title_image: https://i.imgur.com/EVP3jZR.png title_url: https://discord.gg/djPtTRJ -position: 5 +position: 6 urls: - icon: branding/discord url: https://discord.gg/djPtTRJ diff --git a/pydis_site/apps/resources/resources/communities/pallets.yaml b/pydis_site/apps/resources/resources/communities/pallets.yaml index 239b1491..64c97dab 100644 --- a/pydis_site/apps/resources/resources/communities/pallets.yaml +++ b/pydis_site/apps/resources/resources/communities/pallets.yaml @@ -3,7 +3,7 @@ description: The Pallets Projects develop Python libraries such as the Flask web and get help from the Pallets community. title_image: https://i.imgur.com/sV9Ypdf.png title_url: https://discord.gg/t6rrQZH -position: 6 +position: 7 urls: - icon: branding/discord url: https://discord.gg/t6rrQZH |