Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
derp
  • Loading branch information
edm00se committed Jan 13, 2020
1 parent 2b1f099 commit ce522c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2035,8 +2035,7 @@ const pages = [
},
{
name: 'Eric McCormick',
description:
'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing',
description: 'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing',
url: 'https://edm00se.codes/uses/',
twitter: '@edm00se',
emoji: '🤔',
Expand All @@ -2052,8 +2051,9 @@ const pages = [
'JavaScript',
'Vue',
'Node',
'CSS'
}
'CSS',
]
},
];

export default pages;

0 comments on commit ce522c2

Please sign in to comment.