removed one aspect ratios from canvas

This commit is contained in:
Saimon8420 2025-01-01 11:59:39 +06:00
parent 13a90cb956
commit 4b973c302e

View file

@ -23,7 +23,6 @@ const aspectRatios = [
{ value: "5:4", label: "Large Format (5:4)" },
{ value: "7:5", label: "Artistic Format (7:5)" },
{ value: "11:8.5", label: "Letter Size (11:8.5)" },
{ value: "9:21", label: "Tall Video (9:21)" },
{ value: "3:4", label: "Portrait (3:4)" },
{ value: "1.91:1", label: "Facebook Ads (1.91:1)" }
];