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',
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: '🤔',
@ -2052,8 +2051,9 @@ const pages = [
'JavaScript',
'Vue',
'Node',
'CSS'
}
'CSS',
]
},
];
export default pages;