forked from rachelnicole/whatcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
disgust.js
27 lines (27 loc) · 784 Bytes
/
disgust.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 Reginald',
breedDesc: 'He\s disgusted by your unfluffed pillows',
breedImg: 'public/images/disgust-1.png'
},
{
breedName: 'This is Pumpkin',
breedDesc: 'He\s disgusted by your choice of decorative plants',
breedImg: 'public/images/disgust-2.png'
},
{
breedName: 'This is Roger',
breedDesc: 'He\s disgusted by the organic cat treats you bought him',
breedImg: 'public/images/disgust-3.png'
},
{
breedName: 'This is Lillian',
breedDesc: 'She\s disgusted at your choice of tacky cat collar',
breedImg: 'public/images/disgust-4.png'
},
{
breedName: 'This is Samantha',
breedDesc: 'She\s disgusted at her unscooped litter',
breedImg: 'public/images/disgust-5.png'
},
];