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

Commit 5500e44

Browse files
committed
fix(Homepage): StampCards headers missing spaces
1 parent bfcdc23 commit 5500e44

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

example/src/HomePage.react.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ function Home() {
359359
icon="dollar-sign"
360360
header={
361361
<a>
362-
132
363-
<small>Sales</small>
362+
132 <small>Sales</small>
364363
</a>
365364
}
366365
footer={"12 waiting payments"}
@@ -372,8 +371,7 @@ function Home() {
372371
icon="shopping-cart"
373372
header={
374373
<a>
375-
78
376-
<small>Orders</small>
374+
78 <small>Orders</small>
377375
</a>
378376
}
379377
footer={"32 shipped"}
@@ -385,8 +383,7 @@ function Home() {
385383
icon="users"
386384
header={
387385
<a>
388-
1,352
389-
<small>Members</small>
386+
1,352 <small>Members</small>
390387
</a>
391388
}
392389
footer={"163 registered today"}
@@ -398,8 +395,7 @@ function Home() {
398395
icon="message-square"
399396
header={
400397
<a>
401-
132
402-
<small>Comments</small>
398+
132 <small>Comments</small>
403399
</a>
404400
}
405401
footer={"16 waiting"}

0 commit comments

Comments
 (0)