diff --git a/src/components/Logo.jsx b/src/components/Logo.jsx index 191c0e60..9c692ed9 100644 --- a/src/components/Logo.jsx +++ b/src/components/Logo.jsx @@ -5,12 +5,12 @@ export function Logo(props) { return (
{router.route.startsWith('/docs') && some file || - some file} + {router.route.startsWith('/docs') && some file} {router.route.startsWith('/ipa') && some file || - some file} + {router.route.startsWith('/ipa') && some file}
)