Skip to content

Commit

Permalink
fix(projects): update stars and forks
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Jul 27, 2021
1 parent f6fd192 commit adaf1e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions constants/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit adaf1e4

Please sign in to comment.