Skip to content

Commit

Permalink
Added description in org header
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 17, 2020
1 parent 3a455dd commit 17028f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/orgs/OrgHomeHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ const OrgHomeHeader = ({ org, url }) => {
</Tooltip>
</span>
</div>
{
org.description &&
<div className='col-md-12 no-side-padding flex-vertical-center resource-description'>
{org.description}
</div>
}
<HeaderAttribute label="Company" value={org.company} gridClass="col-md-12" />
<HeaderAttribute label="Custom Attributes" value={!isEmpty(org.extras) && <CustomAttributesPopup attributes={org.extras} />} gridClass="col-md-12" />
<div className='col-md-12 no-side-padding flex-vertical-center' style={{paddingTop: '10px'}}>
Expand Down

0 comments on commit 17028f3

Please sign in to comment.