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
This commit is contained in:
2025-11-19 18:45:34 +01:00
parent 8e033a3c21
commit 023921a6cc

View File

@@ -10,7 +10,7 @@ type Props = {
gridStroke?: string; 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 const H = 420; // align visual height with other cards
export default function NoSinglePoint({ export default function NoSinglePoint({