Skip to content

Commit

Permalink
Update BooksToRead.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes authored Dec 10, 2023
1 parent ca93d1a commit da9bf08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@ const booksToRead = [
author: 'Jono Bacon',
image: 'https://m.media-amazon.com/images/W/MEDIAX_792452-T1/images/I/712C542YIEL._SL1500_.jpg',
},
{
title: 'From Project to Profit: How to Build a Business Around Your Open Source Project',
author: 'Heather Meeker',
image: 'https://m.media-amazon.com/images/W/MEDIAX_792452-T1/images/I/61fphUGywxL._SL1499_.jpg',
},
];

export default function BooksToRead() {
Expand Down

0 comments on commit da9bf08

Please sign in to comment.