diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 6f6f5edf..e6ac2460 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -72,7 +72,8 @@ export default function Navbar({user, path, navDisabled = false, focusMode = fal
- {user.name} | {USER_TYPE_LABELS[user.type]}
+ {user.type === "corporate" ? `${user.corporateInformation?.companyInformation.name} |` : ""} {user.name} |{" "}
+ {USER_TYPE_LABELS[user.type]}