diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 50502fdb..cf3d1237 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -158,8 +158,7 @@ export function Layout({ children, title, tableOfContents }) {
- {router.route.startsWith("/ipa") && } - {!router.route.startsWith("/ipa") && } + {router.route.startsWith("/ipa") ? : }
@@ -168,6 +167,7 @@ export function Layout({ children, title, tableOfContents }) {
+ {/*{router.route.startsWith("/ipa/resources") &&
}*/} {!router.route.startsWith("/ipa/resources") &&