diff --git a/src/components/Books/BooksAlreadyRead.tsx b/src/components/Books/BooksAlreadyRead.tsx index 7b08fc553..778444e44 100644 --- a/src/components/Books/BooksAlreadyRead.tsx +++ b/src/components/Books/BooksAlreadyRead.tsx @@ -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() { diff --git a/src/components/Books/BooksToRead.tsx b/src/components/Books/BooksToRead.tsx index 55d5b95cc..c2973b278 100644 --- a/src/components/Books/BooksToRead.tsx +++ b/src/components/Books/BooksToRead.tsx @@ -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",