fix(website): invert Twitter handle and name (#7226)

* Fixed several pairs of 'handle' and 'name', as their values were inverted.

* Apply suggestions from code review

* oops

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Pablo Cordon 2022-04-21 20:31:31 -06:00 committed by GitHub
parent 1412441987
commit ee1dea0b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,8 +97,8 @@ const TWEETS: TweetItem[] = [
},
{
url: 'https://twitter.com/sanketsahu/status/1328677366642528257',
handle: 'Sanket Sahu',
name: 'sanketsahu',
handle: 'sanketsahu',
name: 'Sanket Sahu',
date: 'Nov 17, 2020',
avatar:
'https://pbs.twimg.com/profile_images/1481221429991718913/aNZZgZME_400x400.jpg',
@ -111,8 +111,8 @@ const TWEETS: TweetItem[] = [
},
{
url: 'https://twitter.com/debs_obrien/status/1374615572298801155',
handle: "Debbie O'Brien",
name: 'debs_obrien',
handle: 'debs_obrien',
name: "Debbie O'Brien",
date: 'Mar 24, 2021',
avatar:
'https://pbs.twimg.com/profile_images/1252900852156772352/JLIVJ-TC_400x400.jpg',