mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-01-12 15:24:45 +08:00
fix: revert to full page story
This commit is contained in:
@@ -43,9 +43,7 @@ const Story: React.FC = () => {
|
||||
|
||||
return (
|
||||
<PageContainer>
|
||||
<ContentContainer>
|
||||
{currentSceneIndex > 0 ? <Scene /> : <Cover />}
|
||||
</ContentContainer>
|
||||
{currentSceneIndex > 0 ? <Scene /> : <Cover />}
|
||||
</PageContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user