Add also width to front page rotation cards to avoid layout shift
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2026-06-28 07:27:41 +03:00
parent b69e798c29
commit 04e2c86d1f

View File

@@ -218,11 +218,13 @@ function RotationCard({
<StageImage
stageId={displayRotation.stageId1 as StageId}
className={styles.rotationCardStageImage}
width={114}
height={64}
/>
<StageImage
stageId={displayRotation.stageId2 as StageId}
className={styles.rotationCardStageImage}
width={114}
height={64}
/>
</div>