From 8a10045fd4866313614a53534580f3d45070c64b Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 5 Jan 2024 19:27:54 -0700 Subject: [PATCH] fix aspect ratio --- app/images.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/images.tsx b/app/images.tsx index 70f7fdfb9..8637495b0 100644 --- a/app/images.tsx +++ b/app/images.tsx @@ -170,7 +170,7 @@ const images = createImages({ skis: { id: 'kentcdodds.com/illustrations/skis_z5lkc3', alt: 'Illustration of skis', - style: {aspectRatio: '0.7'}, + style: {aspectRatio: '0.71'}, }, kayak: { id: 'kentcdodds.com/illustrations/rowing',