Skip to content

Commit

Permalink
Update BooksToRead.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes authored May 26, 2024
1 parent 4094993 commit 16b7f98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Books/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ const data = [
author: 'Ed Catmull, Amy Wallace',
image: 'https://m.media-amazon.com/images/I/51ahp1eZekL._SL1200_.jpg',
},
{
title: "Behind the Cloud: The Untold Story of How Salesforce.com Went from Idea to Billion-Dollar Company-and Revolutionized an Industry",
author: 'Marc Benioff, Carlye Adler',
image: 'https://m.media-amazon.com/images/I/61mkN7DZtiL._SL1500_.jpg',
},
];

export default function BooksToRead() {
Expand Down

0 comments on commit 16b7f98

Please sign in to comment.