show resources table, check org access, and handle redirects on root

This commit is contained in:
Milo Schwartz
2024-10-19 15:49:16 -04:00
parent edde7a247a
commit f6c7c017cb
14 changed files with 416 additions and 95 deletions

View File

@@ -77,7 +77,7 @@ export default function Header({ email, orgName, name }: HeaderProps) {
</DropdownMenuGroup>
</DropdownMenuContent>
</DropdownMenu>
<span className="truncate max-w-[150px] md:max-w-none">
<span className="truncate max-w-[150px] md:max-w-none font-medium">
{name || email}
</span>
</div>