Skip to content

Commit

Permalink
Tweak position of Polly in ambassador list
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Nov 29, 2023
1 parent 598dc2b commit 09b2d52
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.25.0",
"version": "0.25.1",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
52 changes: 26 additions & 26 deletions src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,32 +745,6 @@ const ambassadors = {
homepage: null,
plush: null,
},
polly: {
name: "Polly",
alternate: [],
class: Class.Aves,
species: "Silkie Chicken",
scientific: "Gallus gallus domesticus",
sex: "Female",
birth: null,
arrival: "2022-08",
retired: null,
iucn: {
id: null,
status: "NE",
},
enclosure: "nutrition",
story: "Polly was rehomed from another owner.",
mission:
"She is an ambassador for the agricultural industry and how people can use consumer choice to impact the environment in a positive way.",
native: {
text: "China (Domesticated)",
source: "https://en.wikipedia.org/wiki/Silkie",
},
clips: [],
homepage: null,
plush: null,
},
bb: {
name: "BB",
alternate: ["Bonus Bug"],
Expand Down Expand Up @@ -906,6 +880,32 @@ const ambassadors = {
homepage: null,
plush: null,
},
polly: {
name: "Polly",
alternate: [],
class: Class.Aves,
species: "Silkie Chicken",
scientific: "Gallus gallus domesticus",
sex: "Female",
birth: null,
arrival: "2022-08",
retired: null,
iucn: {
id: null,
status: "NE",
},
enclosure: "nutrition",
story: "Polly was rehomed from another owner.",
mission:
"She is an ambassador for the agricultural industry and how people can use consumer choice to impact the environment in a positive way.",
native: {
text: "China (Domesticated)",
source: "https://en.wikipedia.org/wiki/Silkie",
},
clips: [],
homepage: null,
plush: null,
},
toasterStrudel: {
name: "Toaster Strudel",
alternate: [],
Expand Down

0 comments on commit 09b2d52

Please sign in to comment.