Skip to content

Commit

Permalink
Update BooksAlreadyRead.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes authored Sep 17, 2024
1 parent c714023 commit 893e343
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Books/BooksAlreadyRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,12 @@ const data = [
title: "The Art of Learning: An Inner Journey to Optimal Performance",
author: "Josh Waitzkin",
image: "/books/the-art-of-learning-an-inner-journey-to-optimal-performance.jpg"
}
},
{
title: "The Third Wave: An Entrepreneur's Vision of the Future",
author: "Steve Case",
image: "/books/the-third-wave-an-entrepreneur-s-vision-of-the-future.jpg",
}
];

export default function BooksAlreadyRead() {
Expand Down

0 comments on commit 893e343

Please sign in to comment.