Skip to content

Commit

Permalink
add traction book
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Jan 7, 2024
1 parent d28956c commit f6a3feb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ const booksToRead = [
author: 'J. Bell',
image: 'https://m.media-amazon.com/images/W/MEDIAX_792452-T1/images/I/71ofWMyUX6L._SL1500_.jpg',
},
{
title: 'Traction: How Any Startup Can Achieve Explosive Customer Growth',
author: 'Gabriel Weinberg',
image: 'https://m.media-amazon.com/images/W/MEDIAX_792452-T2/images/I/817Y5woFNGL._SL1500_.jpg',
},
];

export default function BooksToRead() {
Expand Down

0 comments on commit f6a3feb

Please sign in to comment.