diff --git a/components/navigation/MainNav/index.tsx b/components/navigation/MainNav/index.tsx index 7a9e7117b..1b76a403a 100644 --- a/components/navigation/MainNav/index.tsx +++ b/components/navigation/MainNav/index.tsx @@ -74,7 +74,7 @@ const MainNav: FC = ({ setOpenSideBar, openSideBar }) => { className={`${ openSearch ? "hidden lg:block" - : "min-w-0 max-h-[2rem] w-full max-w-[10rem] md:max-h-[2.75rem] md:max-w-[15.5rem]" + : "max-h-[2rem] w-full min-w-0 max-w-[10rem] md:max-h-[2.75rem] md:max-w-[15.5rem]" }`} /> )} diff --git a/providers/EntrystoreProvider/index.tsx b/providers/EntrystoreProvider/index.tsx index aab374852..d501996a4 100644 --- a/providers/EntrystoreProvider/index.tsx +++ b/providers/EntrystoreProvider/index.tsx @@ -291,6 +291,7 @@ export const EntrystoreProvider: React.FC = ({ const util = new ESJS.EntryStoreUtil( new ESJS.EntryStore(`https://editera.dataportal.se/store`), ); + util.loadOnlyPublicEntries(true); const conformsToEntries = await util.loadEntriesByResourceURIs( conformsToURIs,