diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index cf3d1237..2ac08632 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -3,7 +3,7 @@ import Link from 'next/link' import { useRouter } from 'next/router' import clsx from 'clsx' -import { Logo, Logomark } from '@/components/Logo' +import { Logo } from '@/components/Logo' import { Prose } from '@/components/Prose' import {HeroPattern} from "@/components/HeroPattern"; import {NavigationDocs} from "@/components/NavigationDocs"; @@ -167,7 +167,6 @@ export function Layout({ children, title, tableOfContents }) { - {/*{router.route.startsWith("/ipa/resources") &&
}*/} {!router.route.startsWith("/ipa/resources") &&