Skip to content

Commit

Permalink
rearrange siim team's managers
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelhado2 committed Aug 12, 2021
1 parent 0a6e10f commit 2a2a7aa
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/lib/utils/leagueInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,29 +302,6 @@ export const managers = [
"contactMethods": "Text, WhatsApp",
"preferredContact": "Text",
},
{
"timestamp": "7/20/2021 22:43:40",
"roster": 2,
"name": "Harry Jones",
"location": "New York",
"bio": "Lorem Ipsum",
"photo": "/managers/harry.jpg", // done
"fantasyStart": 2018,
"favoriteTeam": "nyg",
"mode": "Win Now",
"rival": {
name: "My co-manager",
link: 13,
image: "/managers/siim.jpg"
},
"favoritePlayer": 1141,
"valuePosition": "TE",
"rookieOrVets": "Vets",
"philosophy": "Pacifist",
"tradingScale": 3,
"contactMethods": "Text, WhatsApp",
"preferredContact": "WhatsApp",
},
{
"timestamp": "7/20/2021 22:43:40",
"roster": 2,
Expand All @@ -348,6 +325,29 @@ export const managers = [
"contactMethods": "Carrier Pigeon",
"preferredContact": "Carrier Pigeon",
},
{
"timestamp": "7/20/2021 22:43:40",
"roster": 2,
"name": "Harry Jones",
"location": "New York",
"bio": "Lorem Ipsum",
"photo": "/managers/harry.jpg", // done
"fantasyStart": 2018,
"favoriteTeam": "nyg",
"mode": "Win Now",
"rival": {
name: "My co-manager",
link: 13,
image: "/managers/siim.jpg"
},
"favoritePlayer": 1141,
"valuePosition": "TE",
"rookieOrVets": "Vets",
"philosophy": "Pacifist",
"tradingScale": 3,
"contactMethods": "Text, WhatsApp",
"preferredContact": "WhatsApp",
},
]


Expand Down

1 comment on commit 2a2a7aa

@vercel
Copy link

@vercel vercel bot commented on 2a2a7aa Aug 12, 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.