diff --git a/rsconcept/frontend/src/App.tsx b/rsconcept/frontend/src/App.tsx index c9a5e206..14913b38 100644 --- a/rsconcept/frontend/src/App.tsx +++ b/rsconcept/frontend/src/App.tsx @@ -18,7 +18,7 @@ import UserProfilePage from './pages/UserProfilePage'; function Root() { const { noNavigation, noFooter, viewportHeight, mainHeight } = useConceptTheme(); return ( -
+
-
-
+
+
- {!noNavigation && !noFooter &&
} + {!noNavigation && !noFooter &&
}
); diff --git a/rsconcept/frontend/src/components/Footer.tsx b/rsconcept/frontend/src/components/Footer.tsx index 1f2c2881..52e6f31a 100644 --- a/rsconcept/frontend/src/components/Footer.tsx +++ b/rsconcept/frontend/src/components/Footer.tsx @@ -4,7 +4,7 @@ import { urls } from '../utils/constants'; function Footer() { return ( -