diff options
author | 2024-01-16 20:55:37 +0800 | |
---|---|---|
committer | 2024-01-16 21:02:35 +0800 | |
commit | c5074d08e835113013923cf2109ac97003bda78a (patch) | |
tree | 5229fbe88cf3e511dce9d3edba354aca778864b0 /pydis_site/apps/resources | |
parent | Dark: Use adafruit logo with light background in resources (diff) |
Dark: Use kivy logo with light background in resources
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/kivy.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/apps/resources/resources/kivy.yaml b/pydis_site/apps/resources/resources/kivy.yaml index d0529c48..dcced022 100644 --- a/pydis_site/apps/resources/resources/kivy.yaml +++ b/pydis_site/apps/resources/resources/kivy.yaml @@ -2,9 +2,7 @@ name: Kivy description: The Kivy project, through the Kivy framework and its sister projects, aims to provide all the tools to create desktop and mobile applications in Python. Allowing rapid development of multitouch applications with custom and exciting user interfaces. -icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/content/logos/kivy-logo-black-256.png -icon_size: 50 -title_image: https://i.imgur.com/EVP3jZR.png +title_image: /static/images/resources/kivy.png title_url: https://kivy.org/ urls: - icon: branding/discord |