mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-14 16:52:39 +02:00
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:
parent
1412441987
commit
ee1dea0b19
1 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue