Skip to content

Commit

Permalink
Fix fox species in AQ episode description (#40)
Browse files Browse the repository at this point in the history
* Fix fox species in AQ episode description

* Fix fox species in image alt text

* Bump version
  • Loading branch information
MattIPv4 authored Sep 26, 2023
1 parent 5e79b13 commit c85b74c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.20.0",
"version": "0.20.1",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down
20 changes: 10 additions & 10 deletions src/ambassadors/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,18 +316,18 @@ const ambassadorImages: {
{ src: patchyImage2, alt: "Patchy the Ball Python" },
],
fenn: [
{ src: fennImage1, alt: "Fenn the European Red Fox", position: "50% 35%" },
{ src: fennImage2, alt: "Fenn the European Red Fox" },
{ src: fennImage3, alt: "Fenn the European Red Fox" },
{ src: fennImage4, alt: "Fenn the European Red Fox" },
{ src: fennImage5, alt: "Fenn the European Red Fox" },
{ src: fennImage1, alt: "Fenn the American Red Fox", position: "50% 35%" },
{ src: fennImage2, alt: "Fenn the American Red Fox" },
{ src: fennImage3, alt: "Fenn the American Red Fox" },
{ src: fennImage4, alt: "Fenn the American Red Fox" },
{ src: fennImage5, alt: "Fenn the American Red Fox" },
],
reed: [
{ src: reedImage1, alt: "Reed the European Red Fox" },
{ src: reedImage2, alt: "Reed the European Red Fox" },
{ src: reedImage3, alt: "Reed the European Red Fox" },
{ src: reedImage4, alt: "Reed the European Red Fox" },
{ src: reedImage5, alt: "Reed the European Red Fox" },
{ src: reedImage1, alt: "Reed the American Red Fox" },
{ src: reedImage2, alt: "Reed the American Red Fox" },
{ src: reedImage3, alt: "Reed the American Red Fox" },
{ src: reedImage4, alt: "Reed the American Red Fox" },
{ src: reedImage5, alt: "Reed the American Red Fox" },
],
serrano: [
{ src: serranoImage1, alt: "Serrano the Domestic Donkey" },
Expand Down
2 changes: 1 addition & 1 deletion src/animal-quest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const animalQuest: Readonly<AnimalQuest[]> = [
},
edition: "Fox Edition",
description:
"Learn about Fenn and Reed, Alveus' European Red Foxes, the differences between European and American Red Foxes, how they hunt for prey using magnetic fields, the impact the fur and exotic pet trades have on foxes, and what we can do to help.",
"Learn about Fenn and Reed, Alveus' American Red Foxes, the differences between European and American Red Foxes, how they hunt for prey using magnetic fields, the impact the fur and exotic pet trades have on foxes, and what we can do to help.",
broadcast: new Date("2023-07-28"),
host: "maya",
length: 60 * 60 + 51 * 60 + 10, // 00:00:00 - 01:51:10
Expand Down

0 comments on commit c85b74c

Please sign in to comment.