Skip to content

Commit

Permalink
add skin in the game
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Nov 3, 2024
1 parent aea9e95 commit b1ad061
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/components/Books/BooksAlreadyRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@ const data = [
author: "Nassim Nicholas Taleb",
image: "/books/the-black-swan-the-impact-of-the-highly-improbable.jpg",
},
{
title: "Skin in the Game: Hidden Asymmetries in Daily Life",
author: "Nassim Nicholas Taleb",
image: "/books/skin-in-the-game-hidden-asymmetries-in-daily-life.jpg",
},
];

export default function BooksAlreadyRead() {
Expand Down
5 changes: 0 additions & 5 deletions src/components/Books/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@ const data = [
author: "Stephen A. Schwarzman",
image: "/books/what-it-takes-lessons-in-the-pursuit-of-excellence.jpg",
},
{
title: "Skin in the Game: Hidden Asymmetries in Daily Life",
author: "Nassim Nicholas Taleb",
image: "/books/skin-in-the-game-hidden-asymmetries-in-daily-life.jpg",
},
{
title: "Inspired: How to Create Tech Products Customers Love",
author: "Marty Cagan",
Expand Down

0 comments on commit b1ad061

Please sign in to comment.