diff --git a/src/components/orgs/OrgHeader.jsx b/src/components/orgs/OrgHeader.jsx
index 839ca0d3..8941ed2c 100644
--- a/src/components/orgs/OrgHeader.jsx
+++ b/src/components/orgs/OrgHeader.jsx
@@ -8,6 +8,7 @@ import ShareIcon from '@mui/icons-material/Share';
import DownIcon from '@mui/icons-material/ArrowDropDown';
import LocationIcon from '@mui/icons-material/LocationOnOutlined';
import LinkIcon from '@mui/icons-material/LinkOutlined';
+import CompanyIcon from '@mui/icons-material/Business';
import { formatWebsiteLink } from '../../common/utils'
import Link from '../common/Link'
import EntityAttributesDialog from '../common/EntityAttributesDialog'
@@ -58,6 +59,7 @@ const OrgHeader = ({ org }) => {
} value={org.id} />
} value={org.location} />
} value={org?.website} label={formatWebsiteLink(org?.website, {color: 'inherit'})} />
+ } value={org?.company} />
setViewAll(true)} />} />