From be840dfce6b49188ac6e457a4c399fb11eab3422 Mon Sep 17 00:00:00 2001 From: Varun Raj Manoharan Date: Thu, 6 Jul 2023 18:26:20 +0530 Subject: [PATCH 1/2] Added Varun Raj Manoharan to the list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ```ts { name: 'Varun Raj Manoharan', description: 'Co Founder - Skcript, Typescript Ninja, I cook web apps, Google Developer Expert - Firebase', url: 'https://varunraj.in/tools/', twitter: '@zathvarun', emoji: '๐Ÿงžโ€โ™‚๏ธ', country: '๐Ÿ‡ฎ๐Ÿ‡ณ', computer: 'apple', phone: 'iphone', tags: [ 'Engineer', 'Full Stack', 'Entrepreneur', 'JavaScript', 'React', 'Developer', 'Startup', 'NextJS', 'GDE', 'Firebase' ], } ``` Use this in case of merge conflict --- src/data.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/data.js b/src/data.js index ed987eca..eaea6925 100644 --- a/src/data.js +++ b/src/data.js @@ -11679,6 +11679,28 @@ module.exports = [ 'Developer', ], }, + { + name: 'Varun Raj Manoharan', + description: 'Co Founder - Skcript, Typescript Ninja, I cook web apps, Google Developer Expert - Firebase', + url: 'https://varunraj.in/tools/', + twitter: '@zathvarun', + emoji: '๐Ÿงžโ€โ™‚๏ธ', + country: '๐Ÿ‡ฎ๐Ÿ‡ณ', + computer: 'apple', + phone: 'iphone', + tags: [ + 'Engineer', + 'Full Stack', + 'Entrepreneur', + 'JavaScript', + 'React', + 'Developer', + 'Startup', + 'NextJS', + 'GDE', + 'Firebase' + ], + }, { name: 'Frรฉdรฉric Harper', description: From b349d1bc33455d6bcad49d15d7cc1c25e9a04c83 Mon Sep 17 00:00:00 2001 From: Varun Raj Manoharan Date: Sun, 9 Jul 2023 10:47:03 +0530 Subject: [PATCH 2/2] Fixed the url path. --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index eaea6925..6c117e5a 100644 --- a/src/data.js +++ b/src/data.js @@ -11682,7 +11682,7 @@ module.exports = [ { name: 'Varun Raj Manoharan', description: 'Co Founder - Skcript, Typescript Ninja, I cook web apps, Google Developer Expert - Firebase', - url: 'https://varunraj.in/tools/', + url: 'https://varunraj.in/uses/', twitter: '@zathvarun', emoji: '๐Ÿงžโ€โ™‚๏ธ', country: '๐Ÿ‡ฎ๐Ÿ‡ณ',