diff --git a/src/components/collections/CollectionHomeHeader.jsx b/src/components/collections/CollectionHomeHeader.jsx index 81c5f35e..3b01c93f 100644 --- a/src/components/collections/CollectionHomeHeader.jsx +++ b/src/components/collections/CollectionHomeHeader.jsx @@ -24,6 +24,7 @@ import HeaderAttribute from '../common/HeaderAttribute'; import HeaderLogo from '../common/HeaderLogo'; import CommonFormDrawer from '../common/CommonFormDrawer'; import CollectionForm from './CollectionForm'; +import SupportedLocales from '../common/SupportedLocales'; const HIDDEN_ATTRIBUTES = { canonical_url: 'url', @@ -143,8 +144,7 @@ const CollectionHomeHeader = ({ - - + } gridClass="col-md-12" type="component" /> } gridClass="col-md-12" /> { diff --git a/src/components/sources/SourceHomeHeader.jsx b/src/components/sources/SourceHomeHeader.jsx index 9abb6c50..25f555dd 100644 --- a/src/components/sources/SourceHomeHeader.jsx +++ b/src/components/sources/SourceHomeHeader.jsx @@ -24,6 +24,7 @@ import HeaderAttribute from '../common/HeaderAttribute'; import HeaderLogo from '../common/HeaderLogo'; import CommonFormDrawer from '../common/CommonFormDrawer'; import SourceForm from './SourceForm'; +import SupportedLocales from '../common/SupportedLocales'; const HIDDEN_ATTRIBUTES = { canonical_url: 'url', @@ -139,8 +140,7 @@ const SourceHomeHeader = ({ } - - + } gridClass="col-md-12" type="component" /> } gridClass="col-md-12" /> {