fix: make tutorial images higher quality

This commit is contained in:
trafficlunar 2025-05-23 17:55:38 +01:00
parent 288046e645
commit 6a965ecd66

View file

@ -42,9 +42,9 @@ export default function TutorialPage({ text, imageSrc, carouselIndex, finishInde
<Image <Image
src={imageSrc ?? "/missing.svg"} src={imageSrc ?? "/missing.svg"}
alt="step 1 image" alt="step image"
width={256} width={396}
height={256} height={320}
className="rounded-lg w-full h-full object-contain bg-black flex-1" className="rounded-lg w-full h-full object-contain bg-black flex-1"
/> />
</> </>