minor visual tweaks to member landing

This commit is contained in:
miloschwartz
2025-07-28 12:21:15 -07:00
parent bda2aa46b6
commit 67bae76048
3 changed files with 275 additions and 281 deletions

View File

@@ -62,11 +62,7 @@ export default async function OrgPage(props: OrgPageProps) {
return (
<UserProvider user={user}>
<Layout orgId={orgId} navItems={[]} orgs={orgs}>
{overview && (
<div className="w-full px-4 py-6">
<MemberResourcesPortal orgId={orgId} />
</div>
)}
{overview && <MemberResourcesPortal orgId={orgId} />}
</Layout>
</UserProvider>
);