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

Commit

Permalink
fix(Homepage): ProgressCard examples column width
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthomp committed Jun 2, 2018
1 parent 090fd64 commit bfcdc23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/src/HomePage.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,23 +327,23 @@ function Home() {
</Card.Body>
</Card>
</Grid.Col>
<Grid.Col sm={4}>
<Grid.Col sm={6}>
<ProgressCard
header="New feedback"
content="62"
progressColor="red"
progressWidth={28}
/>
</Grid.Col>
<Grid.Col sm={4}>
<Grid.Col sm={6}>
<ProgressCard
header="Today profit"
content="$652"
progressColor="green"
progressWidth={84}
/>
</Grid.Col>
<Grid.Col sm={4}>
<Grid.Col sm={6}>
<ProgressCard
header="Users online"
content="76"
Expand Down

0 comments on commit bfcdc23

Please sign in to comment.