Skip to content

Commit

Permalink
Update BooksToRead.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes authored Apr 13, 2024
1 parent b376c1e commit 9d0f465
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Books/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,12 @@ const data = [
title: "The E-Myth Revisited: Why Most Small Businesses Don't Work and What to Do About It",
author: 'Michael E. Gerber',
image: 'https://m.media-amazon.com/images/I/71V-PeMYiJL._SY522_.jpg',
},
},
{
title: "Radical Uncertainty",
author: 'John Kay, Mervyn King',
image: 'https://m.media-amazon.com/images/I/71n5Pc2x-ML._SL1200_.jpg',
},
];

export default function BooksToRead() {
Expand Down

0 comments on commit 9d0f465

Please sign in to comment.