mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 05:06:15 -05:00
Add also width to front page rotation cards to avoid layout shift
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user