Skip to content

Commit

Permalink
fix: spacing between subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Dec 12, 2023
1 parent d2df261 commit caad4be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/cv/cvData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
{
Expand Down Expand Up @@ -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',
},
Expand All @@ -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',
},
Expand Down

0 comments on commit caad4be

Please sign in to comment.