Skip to content

Commit

Permalink
add new book
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Sep 17, 2024
1 parent 893e343 commit ec3a5cd
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -404,6 +404,11 @@ const data = [
image:
"/books/the-jolt-effect-how-high-performers-overcome-customer-indecision.jpg",
},
{
title: "Liar's Poker: Rising through the Wreckage on Wall Street",
author: "Michael Lewis",
image: "/books/liars-poker-rising-through-the-wreckage-on-wall-street.jpg",
}
];

export default function BooksToRead() {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec3a5cd

Please sign in to comment.