Reformat large image code

This commit is contained in:
Sam Becker 2025-01-26 12:56:21 -06:00
parent 8444a7cfbb
commit c998b68b16

View File

@ -15,4 +15,4 @@ export default function ImageLarge(props: ImageProps) {
height: Math.round(IMAGE_WIDTH_LARGE / aspectRatio),
}} />
);
};
};