Skip to content

Commit

Permalink
Update team.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Hussnain committed May 22, 2021
1 parent 411d241 commit 6cf96b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export type PersonItem = {
export const PersonData: PersonItem[] = [
{
id: 1,
name: 'John Doe',
position: 'Co-founder',
name: 'Ahmad Hussnain',
position: 'Founder',
image: {
url: '/images/member-1.jpg',
altTitle: 'Member 1'
Expand All @@ -37,7 +37,7 @@ export const PersonData: PersonItem[] = [
},
{
id: 2,
name: 'Allan Doe',
name: 'Muhammad Haris',
position: 'Co-founder / Marketing Manager',
image: {
url: '/images/member-1.jpg',
Expand Down

1 comment on commit 6cf96b1

@vercel
Copy link

@vercel vercel bot commented on 6cf96b1 May 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.