Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 6c4d109

Browse files
authored
feat(dog): add Neve (#33)
Co-authored-by: Rob Walker <robert.walker@formidable.com>
1 parent 8e762f9 commit 6c4d109

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/index.ts

+10
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,16 @@ const dogs: Dogs[] = [
279279
"color": "Black and White",
280280
"imageUrl": "https://raw.githubusercontent.com/FormidableLabs/dogs/main/src/luna.jpg",
281281
"description": "Luna is a momma's girl that occasionally cuddles with the cat, or even dad if necessary. She also loves eating dried up worms on her walks."
282+
},
283+
{
284+
"key": "n3v3_jg73a",
285+
"name": "Neve",
286+
"breed": "Standard Schnauzer",
287+
"color": "Salt & Pepper",
288+
"imageUrl":
289+
"https://raw.githubusercontent.com/FormidableLabs/dogs/main/src/neve.jpg",
290+
"description":
291+
"A softee at heart, but very anxious around other people and anything that makes unexpected sounds!",
282292
}
283293
]
284294

src/neve.jpg

158 KB
Loading

0 commit comments

Comments
 (0)