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', url: 'https://twitter.com/sanketsahu/status/1328677366642528257',
handle: 'Sanket Sahu', handle: 'sanketsahu',
name: 'sanketsahu', name: 'Sanket Sahu',
date: 'Nov 17, 2020', date: 'Nov 17, 2020',
avatar: avatar:
'https://pbs.twimg.com/profile_images/1481221429991718913/aNZZgZME_400x400.jpg', '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', url: 'https://twitter.com/debs_obrien/status/1374615572298801155',
handle: "Debbie O'Brien", handle: 'debs_obrien',
name: 'debs_obrien', name: "Debbie O'Brien",
date: 'Mar 24, 2021', date: 'Mar 24, 2021',
avatar: avatar:
'https://pbs.twimg.com/profile_images/1252900852156772352/JLIVJ-TC_400x400.jpg', 'https://pbs.twimg.com/profile_images/1252900852156772352/JLIVJ-TC_400x400.jpg',