fix: revert to full page story

This commit is contained in:
godlike0108
2023-12-13 12:21:06 +08:00
parent 404ce07741
commit 5cb1c1bfb6

View File

@@ -43,9 +43,7 @@ const Story: React.FC = () => {
return (
<PageContainer>
<ContentContainer>
{currentSceneIndex > 0 ? <Scene /> : <Cover />}
</ContentContainer>
{currentSceneIndex > 0 ? <Scene /> : <Cover />}
</PageContainer>
);
};