Skip to content

Commit

Permalink
fix name book
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Sep 15, 2024
1 parent 69c61a0 commit 94073f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Books/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,9 @@ const data = [
{
title: "The JOLT Effect: How High Performers Overcome Customer Indecision",
author: "Matthew Dixon, Ted McKenna",
image: "/books/the-jolt-effect-how-high-performers-overcome-customer-indecision.jpg",
}
image:
"/books/the-jolt-effect-how-high-performers-overcome-customer-indecision.jpg",
},
];

export default function BooksToRead() {
Expand Down

0 comments on commit 94073f2

Please sign in to comment.