Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/866bb1c3307eec6cc065270b3feff20521473185 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update container.jsx

pull/1486/head
shamoon 2 years ago
parent 20e3c16089
commit 866bb1c330

@ -33,5 +33,5 @@ export default function Container({ error = false, children, service }) {
}));
}
return <div className="relative flex flex-row w-full">{visibleChildren}</div>;
return <div className="relative flex flex-row w-full">{visibleChildren.slice(0, 4)}</div>;
}

Loading…
Cancel
Save