diff options
author | 2024-01-03 17:05:14 -0300 | |
---|---|---|
committer | 2024-01-03 17:05:14 -0300 | |
commit | f5651eb70db272e8ecbbbe8641103c88d20e9e3a (patch) | |
tree | 8e4ef1bb1d6134d4c9d7528dea5c0af73a91d113 /pydis_site/apps | |
parent | Add a Goodreads link and 'paid' tag. (diff) |
Use icon_image instead of title_image and set icon_size to 50.
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/software_design_by_example.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/resources/software_design_by_example.yaml b/pydis_site/apps/resources/resources/software_design_by_example.yaml index 96067fdb..8cdfd625 100644 --- a/pydis_site/apps/resources/resources/software_design_by_example.yaml +++ b/pydis_site/apps/resources/resources/software_design_by_example.yaml @@ -3,7 +3,8 @@ description: A tool-based introduction to Software Design with Python. This book design by explaining examples of small versions of familiar tools to show how experienced software designers think. It introduces some fundamental ideas in computer science that many self-taught programmers haven’t encountered. -title_image: https://third-bit.com/sdxpy/logo.svg +icon_image: https://third-bit.com/sdxpy/logo.svg +icon_size: 50 title_url: https://third-bit.com/sdxpy/ urls: - icon: branding/goodreads |