diff --git a/src/data.js b/src/data.js index 0bb7ee2d..6292ac54 100644 --- a/src/data.js +++ b/src/data.js @@ -1,23 +1,6 @@ // keep it commonjs export // Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68 module.exports = [ - { - name: 'Joshua Cerbito', - description: - 'I write code, I train devs, and I play music.', - url: 'https://www.cerbito.com/uses', - twitter: '@joshuacerbito', - emoji: '🎸', - country: '🇵🇭', - computer: 'windows', - phone: 'iphone', - tags: [ - 'Full Stack', - 'Teacher', - 'Musician', - 'Gamer' - ], - }, { name: 'Karol Sobolewski', description: @@ -46,6 +29,23 @@ module.exports = [ 'Remote', ], }, + { + name: 'Joshua Cerbito', + description: + 'I write code, I train devs, and I play music.', + url: 'https://www.cerbito.com/uses', + twitter: '@joshuacerbito', + emoji: '🎸', + country: '🇵🇭', + computer: 'windows', + phone: 'iphone', + tags: [ + 'Full Stack', + 'Teacher', + 'Musician', + 'Gamer' + ], + }, { name: 'Salma Alam-Naylor', description: 'Live coding streamer, writer and speaker',