Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. const Certificate = ({
  2. firstName,
  3. lastName,
  4. completionDate,
  5. userToken,
  6. division
  7. }) => (
  8. <div id="box" className="container-fluid text-center">
  9. <div id="nice-border">
  10. <div className="row">
  11. <div className="col-12">
  12. <div id="sov-logo">
  13.  
  14. // this is where i manually put a . before the logo directory
  15.  
  16. <img src={`.${Logo}`} alt="Logo" />
  17. </div>
  18. </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement