From f5651eb70db272e8ecbbbe8641103c88d20e9e3a Mon Sep 17 00:00:00 2001 From: devdanzin <74280297+devdanzin@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:05:14 -0300 Subject: Use icon_image instead of title_image and set icon_size to 50. --- pydis_site/apps/resources/resources/software_design_by_example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pydis_site/apps/resources') 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 -- cgit v1.2.3