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

Commit

Permalink
(components/creditEntry): Show badges above description
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 24, 2023
1 parent 2510c8a commit b0b549c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/team/creditEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ export class CreditEntry extends React.Component<CreditEntryArgs, CreditEntrySta
<Card.Subtitle>{this.props.member.title}</Card.Subtitle>
) : undefined}

{/* Display the person's description */}
<TeamBadges tags={this.teamBadgeEntries} />
<br />
{/* Display the person's description */}
{this.props.member.description}
<br />
<TeamBadges tags={this.teamBadgeEntries} />
</Card.Body>
</div>
</Row>
Expand Down

0 comments on commit b0b549c

Please sign in to comment.