fix: make tutorial images higher quality
This commit is contained in:
parent
288046e645
commit
6a965ecd66
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue