Guest User

Untitled

a guest
Oct 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <div className={styles.item}>
  2. <Link to="#">
  3. <img
  4. src={props.thumbnailUrl}
  5. className={styles.thumb}
  6. alt="Guide thumbnail"
  7. />
  8. </Link>
  9.  
  10. <div className={styles.content}>
  11. <p className={styles.title}>{props.title}</p>
  12. <p className={styles.description}>
  13. {props.description}
  14. </p>
  15. <Link to="">Read more</Link>
  16. </div>
  17. </div>
Add Comment
Please, Sign In to add comment