Skip to content

Commit 7338ad9

Browse files
committed
display text
1 parent 07e3782 commit 7338ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Card/Stacked/Basic.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const StackedBasic = (props) => (
1717
<a href="#blog-detail">{props.title}</a>
1818
</h4>
1919
</header>
20+
<div className="card__text">{props.text}</div>
2021
<footer className="card__footer">
2122
<div className="card__author">by {props.author}</div>
2223
<div className="card__date">

0 commit comments

Comments
 (0)