diff options
author | 2022-01-27 10:13:51 +0100 | |
---|---|---|
committer | 2022-01-27 10:13:51 +0100 | |
commit | 6330e1917377103986580758c4436160edb341bd (patch) | |
tree | 6c1d7a08f0d2add0f701c636bf2b9c809eb2163b /pydis_site/apps/resources | |
parent | Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main (diff) |
Fix broken yaml in kivy.yaml.
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/kivy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/resources/resources/kivy.yaml b/pydis_site/apps/resources/resources/kivy.yaml index 0b8c9a9e..5d7d3844 100644 --- a/pydis_site/apps/resources/resources/kivy.yaml +++ b/pydis_site/apps/resources/resources/kivy.yaml @@ -7,8 +7,8 @@ title_image: https://i.imgur.com/EVP3jZR.png title_url: https://discord.gg/djPtTRJ urls: - icon: regular/link - url: https://kivy.org/ - color: teal + url: https://kivy.org/ + color: teal - icon: branding/discord url: https://discord.gg/djPtTRJ color: blurple |