Skip to content

Commit

Permalink
Add Siren plushie as coming soon (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Oct 16, 2023
1 parent c85b74c commit 7f5a28e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Binary file added assets/ambassadors/siren/merch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.20.1",
"version": "0.21.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion src/ambassadors/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ const ambassadors = {
{ id: "0foatCEQ5vk", caption: "Siren Has A Conversation" },
],
homepage: null,
plush: null,
plush: {
soon: "October 28th",
},
},
abbott: {
name: "Abbott",
Expand Down
2 changes: 2 additions & 0 deletions src/ambassadors/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import sirenImage4 from "../../assets/ambassadors/siren/04.jpg";
import sirenImage5 from "../../assets/ambassadors/siren/05.jpg";
import sirenImage6 from "../../assets/ambassadors/siren/06.jpg";
import sirenImage7 from "../../assets/ambassadors/siren/07.jpg";
import sirenImageMerch from "../../assets/ambassadors/siren/merch.png";

import abbottImage1 from "../../assets/ambassadors/abbott/01.jpg";
import abbottImage2 from "../../assets/ambassadors/abbott/02.jpg";
Expand Down Expand Up @@ -441,6 +442,7 @@ export const ambassadorMerchImages: {
} = {
stompy: { src: stompyImageMerch, alt: "" },
georgie: { src: georgieImageMerch, alt: "" },
siren: { src: sirenImageMerch, alt: "" },
winnieTheMoo: { src: winnieImageMerch, alt: "" },
};

Expand Down

0 comments on commit 7f5a28e

Please sign in to comment.