|
|
|
@ -488,7 +488,8 @@ function Introduction({impressum, setImpressum}) {
|
|
|
|
<IntroductionPanel gameInfo={gameInfo} />
|
|
|
|
<IntroductionPanel gameInfo={gameInfo} />
|
|
|
|
<div className="world-image-container empty">
|
|
|
|
<div className="world-image-container empty">
|
|
|
|
{image &&
|
|
|
|
{image &&
|
|
|
|
<img src={path.join("data", gameId, image)} alt="" />
|
|
|
|
// TODO: Temporary for testing
|
|
|
|
|
|
|
|
<img className={worldId=="Proposition" ? "cover" : "contain"} src={path.join("data", gameId, image)} alt="" />
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|