fix load finished and show video
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
NekoVari 2025-04-18 08:00:06 +07:00
parent 4744ee5909
commit 55bc87bf44

View file

@ -51,10 +51,14 @@ function IntroductionPage() {
{loading ? ( {loading ? (
<LoadingScene /> <LoadingScene />
) : ( ) : (
<div>
<IntroductionPageData /> <IntroductionPageData />
)}
<PlayVideo onVideoReady={handleVideoReady} /> <PlayVideo onVideoReady={handleVideoReady} />
</div> </div>
)}
</div>
); );
} }