diff --git a/src/components/Layout/GlobalHeader/index.jsx b/src/components/Layout/GlobalHeader/index.jsx index 2ae30e54..e6857cc8 100644 --- a/src/components/Layout/GlobalHeader/index.jsx +++ b/src/components/Layout/GlobalHeader/index.jsx @@ -44,7 +44,12 @@ export default function HeaderContent(props) { style={{ backgroundColor: '#411E49' }} > - logo + logo ); @@ -52,8 +57,8 @@ export default function HeaderContent(props) { return (
- {renderLogo()} + {!isAdminPage && }