Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jwala-anirudh committed Jun 10, 2024
1 parent 5dac048 commit 17d9198
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ const About = () => {
id: 8,
name: "Amit Samant",
designation: "Senior iOS Engineer",
company: "",
company: "Gojek Tech",
imageSrc: leader07,
linkedIn: "",
twitter: "",
twitter: "https://twitter.com/amitsamant_dev",
},
{
id: 9,
Expand Down
1 change: 0 additions & 1 deletion src/components/PanelDiscussion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const PanelDiscussion = () => {
<p className='text-base mb-1 text-slate-400 text-center'>
{speaker.company}
</p>
<p className='text-sm font-medium text-white'>Keynote Speaker</p>
<p className='text-sm font-medium text-white'>{speaker.location}</p>
<div className='h-2'></div>
<div
Expand Down
1 change: 0 additions & 1 deletion src/components/Speakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ const Speakers = () => {
<p className='text-base mb-1 text-slate-400 text-center'>
{speaker.company}
</p>
<p className='text-sm font-medium text-white'>Keynote Speaker</p>
<p className='text-sm font-medium text-white'>{speaker.location}</p>
<div className='h-2'></div>
<div
Expand Down

0 comments on commit 17d9198

Please sign in to comment.