Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
The people have spoken
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJC committed Jun 24, 2023
1 parent d25473c commit c02ffc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/team/creditEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ export class CreditEntry extends React.Component<CreditEntryArgs, CreditEntrySta
{this.props.member.title ? (
<Card.Subtitle>{this.props.member.title}</Card.Subtitle>
) : undefined}

<TeamBadges tags={this.teamBadgeEntries} />
{/* Display the person's description */}
<br />
{this.props.member.description}
<br />
<TeamBadges tags={this.teamBadgeEntries} />

</Card.Body>
</div>
</Row>
Expand Down

0 comments on commit c02ffc6

Please sign in to comment.