diff --git a/src/components/Books/BooksToRead.tsx b/src/components/Books/BooksToRead.tsx index 04e66ba102..2aad58aae5 100644 --- a/src/components/Books/BooksToRead.tsx +++ b/src/components/Books/BooksToRead.tsx @@ -430,6 +430,12 @@ const data = [ image: "/books/the-nvidia-way-jensen-huang-and-the-making-of-a-tech-giant.jpg", }, + { + title: "American Kingpin: The Epic Hunt for the Criminal Mastermind Behind the Silk Road", + author: "Nick Bilton", + image: + "/books/american-kingpin-the-epic-hunt-for-the-criminal-mastermind-behind-the-silk-road.jpg", + } ]; export default function BooksToRead() { diff --git a/static/books/american-kingpin-the-epic-hunt-for-the-criminal-mastermind-behind-the-silk-road.jpg b/static/books/american-kingpin-the-epic-hunt-for-the-criminal-mastermind-behind-the-silk-road.jpg new file mode 100644 index 0000000000..3df2d55a23 Binary files /dev/null and b/static/books/american-kingpin-the-epic-hunt-for-the-criminal-mastermind-behind-the-silk-road.jpg differ