From b1ad061e7c81385d19ffe48c97846dcc8db1cc8f Mon Sep 17 00:00:00 2001 From: DidierRLopes Date: Sun, 3 Nov 2024 09:04:37 -0500 Subject: [PATCH] add skin in the game --- src/components/Books/BooksAlreadyRead.tsx | 5 +++++ src/components/Books/BooksToRead.tsx | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Books/BooksAlreadyRead.tsx b/src/components/Books/BooksAlreadyRead.tsx index 7b08fc5537..778444e44d 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 55d5b95cc6..c2973b2788 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",