fix the fix

derp
This commit is contained in:
Eric McCormick 2020-01-13 08:41:48 -06:00
parent 2b1f09995e
commit ce522c2c2e

View file

@ -2035,8 +2035,7 @@ const pages = [
}, },
{ {
name: 'Eric McCormick', name: 'Eric McCormick',
description: description: 'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing',
'Software Developer, IBM Champion, coffee lover, dabbler in all things technology, hobbyist 3d design and printing',
url: 'https://edm00se.codes/uses/', url: 'https://edm00se.codes/uses/',
twitter: '@edm00se', twitter: '@edm00se',
emoji: '🤔', emoji: '🤔',
@ -2052,8 +2051,9 @@ const pages = [
'JavaScript', 'JavaScript',
'Vue', 'Vue',
'Node', 'Node',
'CSS' 'CSS',
} ]
},
]; ];
export default pages; export default pages;