Skip to content

Commit

Permalink
[landing ] add rohan and patryk to the team page
Browse files Browse the repository at this point in the history
Summary: add rohan and patryk to the team page

Test Plan:
please see screenshots below, and confirmed that github urls go to the correct github profile

{F614261}

{F614260}

Reviewers: ashoat, rohan, pklatka

Reviewed By: rohan

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D8398
  • Loading branch information
ginsueddy committed Jun 30, 2023
1 parent e3cae8c commit a29d491
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions landing/team.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ function Team(): React.Node {
twitterHandle="ted__chang"
imageURL={`${assetsCacheURLPrefix}/ted.jpg`}
/>
<TeamProfile
name="Rohan Khanderia"
role="Software Engineer"
imageURL={`${assetsCacheURLPrefix}/rohan.jpg`}
githubHandle="RohanK6"
/>
</div>
</section>

Expand Down Expand Up @@ -125,6 +131,12 @@ function Team(): React.Node {
role="Project Manager"
imageURL={`${assetsCacheURLPrefix}/aleksandra.jpg`}
/>
<TeamProfile
name="Patryk Klatka"
role="Software Engineer"
imageURL={`${assetsCacheURLPrefix}/patryk.jpg`}
githubHandle="pklatka"
/>
</section>
</div>
);
Expand Down

0 comments on commit a29d491

Please sign in to comment.