diff --git a/constants/projects.js b/constants/projects.js index 011cdc1..c486d91 100644 --- a/constants/projects.js +++ b/constants/projects.js @@ -3,30 +3,30 @@ export const PROJECTS = [ name: 'pablosirera.com', description: 'projects.portfolio', language: 'Vue', - stars: 2, - forks: 1, + stars: 9, + forks: 6, url: 'https://github.com/pablosirera/pablosirera.com', }, { name: 'timeline-vuejs', description: 'projects.timeline', language: 'Vue', - stars: 64, - forks: 13, + stars: 92, + forks: 15, url: 'https://github.com/pablosirera/timeline-vuejs', }, { name: 'tracking-plants', description: 'projects.trackingPlants', language: 'JavaScript', - stars: 2, + stars: 4, forks: 0, url: 'https://github.com/pablosirera/tracking-plants', }, { name: 'github-ranking', description: 'projects.githubRanking', - stars: 5, + stars: 6, forks: 0, url: 'https://github.com/pablosirera/github-ranking', },