diff --git a/src/Freshers.js b/src/Freshers.js index 3316fcd..8d23374 100644 --- a/src/Freshers.js +++ b/src/Freshers.js @@ -1,30 +1,25 @@ export const FRESHERS = [ { - entryNum: 143, - name: "Vansh Kachhwal", + entryNum: 243, + name: "Aum Gupta", image: '/GitAssignment2022/assets/cardImg.png', branch: 'MT1', - about: 'Just another technophile', + about: 'Just another tech nerd', contact: [ { id: 0, type: 'Instagram', - url: 'https://www.instagram.com/vk_230/' + url: 'https://www.instagram.com/gupta.aum/' }, { id: 1, type: 'LinkedIn', - url: 'https://www.linkedin.com/in/vansh-kachhwal-b638a8124/' + url: 'https://www.linkedin.com/in/aum-gupta-557a3322a/' }, { id: 2, type: 'Github', - url: '', - }, - { - id: 3, - type: 'Facebook', - url: 'https://www.facebook.com/vansh.kachhwal.7', + url: 'https://github.com/AumGupta1609', } ] },