diff --git a/frontend/src/NewApp/BackstoryApp.tsx b/frontend/src/NewApp/BackstoryApp.tsx index 90575f3..e34a5a8 100644 --- a/frontend/src/NewApp/BackstoryApp.tsx +++ b/frontend/src/NewApp/BackstoryApp.tsx @@ -152,7 +152,6 @@ const BackstoryApp = () => { /> - ); diff --git a/frontend/src/NewApp/Components/BackstoryLayout.tsx b/frontend/src/NewApp/Components/BackstoryLayout.tsx index fb4720c..a95b585 100644 --- a/frontend/src/NewApp/Components/BackstoryLayout.tsx +++ b/frontend/src/NewApp/Components/BackstoryLayout.tsx @@ -94,7 +94,15 @@ interface BackstoryPageContainerProps { const BackstoryPageContainer = (props : BackstoryPageContainerProps) => { const { children, sx } = props; return ( - +
- +