Skip to content

Commit

Permalink
Update BooksAlreadyRead.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes authored Jul 26, 2024
1 parent 990f199 commit e415544
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Books/BooksAlreadyRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ const data = [
author: 'Clayton M. Christensen',
image: '/books/the-innovator-s-dilemma-the-revolutionary-book-that-will-change-the-way-you-do-business.jpg',
},
{
title: 'No Rules Rules: Netflix and the Culture of Reinvention',
author: 'Reed Hastings, Erin Meyer',
image: '/books/no-rules-rules-netflix-and-the-culture-of-reinvention.jpeg',
},
];

export default function BooksAlreadyRead() {
Expand Down

0 comments on commit e415544

Please sign in to comment.