Skip to content

Commit ae6ebc7

Browse files
committed
Merge branch 'master' into dev-2.0.0-beta.3
2 parents 6fe77db + f2fd4a4 commit ae6ebc7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/views/Dashboard/Dashboard.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ class Dashboard extends Component {
497497
</DropdownMenu>
498498
</ButtonDropdown>
499499
</ButtonGroup>
500-
<h4 className="mb-0">9.823</h4>
501-
<p>Members online</p>
500+
<div className="text-value">9.823</div>
501+
<div>Members online</div>
502502
</CardBody>
503503
<div className="chart-wrapper mx-3" style={{ height: '70px' }}>
504504
<Line data={cardChartData2} options={cardChartOpts2} height={70} />
@@ -521,8 +521,8 @@ class Dashboard extends Component {
521521
</DropdownMenu>
522522
</Dropdown>
523523
</ButtonGroup>
524-
<h4 className="mb-0">9.823</h4>
525-
<p>Members online</p>
524+
<div className="text-value">9.823</div>
525+
<div>Members online</div>
526526
</CardBody>
527527
<div className="chart-wrapper mx-3" style={{ height: '70px' }}>
528528
<Line data={cardChartData1} options={cardChartOpts1} height={70} />
@@ -545,8 +545,8 @@ class Dashboard extends Component {
545545
</DropdownMenu>
546546
</Dropdown>
547547
</ButtonGroup>
548-
<h4 className="mb-0">9.823</h4>
549-
<p>Members online</p>
548+
<div className="text-value">9.823</div>
549+
<div>Members online</div>
550550
</CardBody>
551551
<div className="chart-wrapper" style={{ height: '70px' }}>
552552
<Line data={cardChartData3} options={cardChartOpts3} height={70} />
@@ -569,8 +569,8 @@ class Dashboard extends Component {
569569
</DropdownMenu>
570570
</ButtonDropdown>
571571
</ButtonGroup>
572-
<h4 className="mb-0">9.823</h4>
573-
<p>Members online</p>
572+
<div className="text-value">9.823</div>
573+
<div>Members online</div>
574574
</CardBody>
575575
<div className="chart-wrapper mx-3" style={{ height: '70px' }}>
576576
<Bar data={cardChartData4} options={cardChartOpts4} height={70} />

0 commit comments

Comments
 (0)