Skip to content

Commit

Permalink
corrections of about us section
Browse files Browse the repository at this point in the history
  • Loading branch information
jwala-anirudh committed Jun 9, 2024
1 parent e54db33 commit 8091893
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const About = () => {
},
{
id: 2,
name: "Swift Ahemdadbad",
name: "Swift Ahmedabad",
voulenteers: [
{
id: 3,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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 (
Expand Down

0 comments on commit 8091893

Please sign in to comment.