Skip to content

Commit

Permalink
less unfunctional swag
Browse files Browse the repository at this point in the history
  • Loading branch information
mariansam committed Jun 21, 2023
1 parent 100527f commit 71190bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/team-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const TeamView: React.FC<TeamProps> = props => {
return (
<Card className={team.teachers ? 'border border-warning border-4 my-3' : 'my-3'}>
<Card.Header as="h5">{team.name}</Card.Header>
<Card.Body bg={team.teachers ? 'warning' : undefined} className='pb-0'>
<Card.Body className='pb-0'>
<Table>
<tbody>
{members.map((member, idx) => (
Expand Down

0 comments on commit 71190bd

Please sign in to comment.