diff --git a/packages/volto/src/components/theme/Logo/Logo.jsx b/packages/volto/src/components/theme/Logo/Logo.jsx index b793c7168c..3d8299227a 100644 --- a/packages/volto/src/components/theme/Logo/Logo.jsx +++ b/packages/volto/src/components/theme/Logo/Logo.jsx @@ -10,6 +10,7 @@ import { useSelector, useDispatch } from 'react-redux'; import { useLocation } from 'react-router-dom'; import { getNavroot } from '@plone/volto/actions'; import { + addPrefixPath, flattenToAppURL, hasApiExpander, getBaseUrl, @@ -48,7 +49,10 @@ const Logo = () => { const navRootPath = flattenToAppURL(navroot?.navroot?.['@id']) || '/'; return ( - +