Skip to content

Commit

Permalink
Add icon for Akela (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Feb 4, 2025
1 parent 1527657 commit 7ca93c8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.52.0",
"version": "0.52.1",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/ambassadors/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import abbottImageIcon from "../assets/ambassadors/abbott/icon.png";

import akelaImage1 from "../assets/ambassadors/akela/01.png";
import akelaImage2 from "../assets/ambassadors/akela/02.png";
import akelaImageIcon from "../assets/ambassadors/akela/icon.png";

import appaImage1 from "../assets/ambassadors/appa/01.jpg";
import appaImage2 from "../assets/ambassadors/appa/02.jpg";
Expand Down Expand Up @@ -583,6 +584,7 @@ export const ambassadorIconImages: Partial<{
[key in AmbassadorKey]: AmbassadorImage;
}> = {
abbott: { src: abbottImageIcon, alt: "" },
akela: { src: akelaImageIcon, alt: "" },
appa: { src: appaImageIcon, alt: "" },
awa: { src: awaImageIcon, alt: "" },
barbaraBakedBean: { src: barbaraBakedBeanImageIcon, alt: "" },
Expand Down
Binary file added src/assets/ambassadors/akela/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ca93c8

Please sign in to comment.