diff --git a/src/components/cv/cvData.ts b/src/components/cv/cvData.ts index dd77a28..f4eb448 100644 --- a/src/components/cv/cvData.ts +++ b/src/components/cv/cvData.ts @@ -888,7 +888,7 @@ export const cvData: CVData = { offTopic: { books: { software: [ - { title: 'Shape Up', subtitle: 'Stop Running in Circles and Ship Work that Matters', author: 'Ryan Singer' }, + { title: 'Shape Up: ', subtitle: 'Stop Running in Circles and Ship Work that Matters', author: 'Ryan Singer' }, { title: 'Mastering Vim', author: 'Jovica Ilic' }, { title: 'The End of Privacy', author: 'B.J. Mendelson' }, { @@ -951,17 +951,17 @@ export const cvData: CVData = { ], softSkills: [ { - title: 'Team Topologies', + title: 'Team Topologies: ', subtitle: 'Organizing Business and Technology Teams for Fast Flow', author: 'Matthew Skelton, Manuel Pais', }, { - title: 'Atomic Habits', + title: 'Atomic Habits: ', subtitle: 'An Easy & Proven Way to Build Good Habits & Break Bad Ones', author: 'James Clear', }, { - title: 'Find Your Why', + title: 'Find Your Why: ', subtitle: 'A Practical Guide to Discovering Purpose for You and Your Team', author: 'Simon Sinek, David Mead & Peter Docker', }, @@ -981,7 +981,7 @@ export const cvData: CVData = { author: 'Jason Fried, David Heinemeier Hansson', }, { - title: 'The First 90 Days', + title: 'The First 90 Days: ', subtitle: 'Critical Success Strategies for New Leaders at All Levels', author: 'Michael D. Watkins', },