forked from rachelnicole/whatcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anger.js
27 lines (27 loc) · 763 Bytes
/
anger.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module.exports = [
{
breedName: 'This is Chester',
breedDesc: 'He\'s really angry that you dressed him up',
breedImg: 'public/images/angry-1.png'
},
{
breedName: 'This is Copernicus',
breedDesc: 'He\'s a little angry because he\'s bad at catching treats',
breedImg: 'public/images/angry-2.png'
},
{
breedName: 'This is Sherman',
breedDesc: 'He\'s angry dinner isn\'t ready yet',
breedImg: 'public/images/angry-3.png'
},
{
breedName: 'This is Buttercup',
breedDesc: 'She\'s angry she can see the bottom of the food bowl',
breedImg: 'public/images/angry-4.png'
},
{
breedName: 'This is Steve',
breedDesc: 'He\'s angry because you bathed him',
breedImg: 'public/images/angry-5.png'
},
];