Skip to content

Commit

Permalink
Add Label
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed May 7, 2021
1 parent 57a9ab1 commit 47376ab
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,14 @@ class ComponentIndex extends Component {
</Card.Header>
<Card.Content
style={contentStyle}
extra
>
Driven by a Passenger Car
</Card.Content>
<Label
style={{ backgroundColor: '#F3B338' }}
>
{this.state.txType}
</Label>
</div>
</Card>
<Card
Expand Down Expand Up @@ -528,6 +532,11 @@ class ComponentIndex extends Component {
>
Equivalent
</Card.Content>
<Label
style={{ backgroundColor: '#F3B338' }}
>
{this.state.txType}
</Label>
</div>
</Card>
</Card.Group>
Expand Down

0 comments on commit 47376ab

Please sign in to comment.