From 80918939ebe8df7211c3213906800c6ec3dd2a6e Mon Sep 17 00:00:00 2001 From: Anirudh Jwala Date: Mon, 10 Jun 2024 00:36:40 +0530 Subject: [PATCH] corrections of about us section --- src/components/About.tsx | 52 ++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/components/About.tsx b/src/components/About.tsx index 62d760d..4e06215 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -33,7 +33,7 @@ const About = () => { }, { id: 2, - name: "Swift Ahemdadbad", + name: "Swift Ahmedabad", voulenteers: [ { id: 3, @@ -89,31 +89,6 @@ const About = () => { }, ], }, - { - id: 5, - name: "Swift Hyderabad", - icon: swiftHyderabad, - voulenteers: [ - { - id: 11, - name: "Ranga Reddy", - designation: "Senior Software Engineer", - company: "", - imageSrc: leader10, - linkedIn: "", - twitter: "", - }, - { - id: 12, - name: "Anirudh Jwala", - designation: "Senior Software Engineer", - company: "IRIS", - imageSrc: leader11, - linkedIn: "", - twitter: "", - }, - ], - }, { id: 4, name: "Swift Bengaluru", @@ -148,6 +123,31 @@ const About = () => { }, ], }, + { + id: 5, + name: "Swift Hyderabad", + icon: swiftHyderabad, + voulenteers: [ + { + id: 11, + name: "Ranga Reddy", + designation: "Senior Software Engineer", + company: "", + imageSrc: leader10, + linkedIn: "", + twitter: "", + }, + { + id: 12, + name: "Anirudh Jwala", + designation: "Senior Software Engineer", + company: "IRIS", + imageSrc: leader11, + linkedIn: "", + twitter: "", + }, + ], + }, ]; return (