From 023921a6cc9fa6ce33cc523f1b06dbf50a134429 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 19 Nov 2025 18:45:34 +0100 Subject: [PATCH] refactor: adjust NoSinglePoint animation width from 720 to 760 for improved aspect ratio alignment - Changed W constant from 720 to 760 to better match aspect ratio with other home animations --- src/pages/home/animations/NoSinglePoint.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/animations/NoSinglePoint.tsx b/src/pages/home/animations/NoSinglePoint.tsx index 37ed213..f2df946 100644 --- a/src/pages/home/animations/NoSinglePoint.tsx +++ b/src/pages/home/animations/NoSinglePoint.tsx @@ -10,7 +10,7 @@ type Props = { gridStroke?: string; }; -const W = 720; // match aspect ratio closer to other home animations +const W = 760; // match aspect ratio closer to other home animations const H = 420; // align visual height with other cards export default function NoSinglePoint({