diff --git a/src/components/PresetSelector.tsx b/src/components/PresetSelector.tsx index 817c8d06..b3338f99 100644 --- a/src/components/PresetSelector.tsx +++ b/src/components/PresetSelector.tsx @@ -275,7 +275,7 @@ export default function PresetSelector({ recipe, onChange }: Props) { htmlFor="custom-width" className="mb-1.5 block text-[10px] font-heading font-semibold uppercase tracking-wider text-[var(--muted)]" > - Width (px) + Width -
+
× @@ -300,7 +300,7 @@ export default function PresetSelector({ recipe, onChange }: Props) { htmlFor="custom-height" className="mb-1.5 block text-[10px] font-heading font-semibold uppercase tracking-wider text-[var(--muted)]" > - Height (px) + Height
); -} \ No newline at end of file +}