@@ -24,7 +24,7 @@ export const LIST_DATA: IDataList[] = [
24
24
{
25
25
nameProduct : 'All the Light We Cannot See: A Novel' ,
26
26
author : 'Anthony Doerr' ,
27
- pictureProduct : './assets/img/reactive-list-labels/all_light_we_cannot_see.jpg ' ,
27
+ pictureProduct : './assets/img/reactive-list-labels/all_light_we_cannot_see.jpeg ' ,
28
28
category : 'Literature & Fiction' ,
29
29
price : 12.99
30
30
} ,
@@ -38,56 +38,49 @@ export const LIST_DATA: IDataList[] = [
38
38
{
39
39
nameProduct : 'The Glass Castle: A Memoir' ,
40
40
author : 'Jeannette Walls' ,
41
- pictureProduct : '' ,
41
+ pictureProduct : './assets/img/reactive-list-labels/the_glass_castle.jpg ' ,
42
42
category : 'Biographies & Memoirs' ,
43
43
price : 5.14
44
44
} ,
45
45
{
46
46
nameProduct : 'Born a Crime: Stories from a South African Childhood' ,
47
47
author : 'Trevor Noah' ,
48
- pictureProduct : '' ,
48
+ pictureProduct : './assets/img/reactive-list-labels/born_a_crime.jpg ' ,
49
49
category : 'Biographies & Memoirs' ,
50
50
price : 6.0
51
51
} ,
52
52
{
53
53
nameProduct : 'Al Franken, Giant of the Senate' ,
54
54
author : 'Al Franken' ,
55
- pictureProduct : '' ,
55
+ pictureProduct : './assets/img/reactive-list-labels/giant_of_the_senate.jpg ' ,
56
56
category : 'Biographies & Memoirs' ,
57
57
price : 6.39
58
58
} ,
59
59
{
60
60
nameProduct : 'Pandemic (The Extinction Files Book 1)' ,
61
61
author : 'A.G. Riddle' ,
62
- pictureProduct : '' ,
62
+ pictureProduct : './assets/img/reactive-list-labels/pandemic.jpg ' ,
63
63
category : 'Biographies & Memoirs' ,
64
64
price : 5.47
65
65
} ,
66
66
{
67
67
nameProduct : 'Origin: A Novel' ,
68
68
author : 'Dan Brown' ,
69
- pictureProduct : '' ,
69
+ pictureProduct : './assets/img/reactive-list-labels/origin.jpg ' ,
70
70
category : 'Suspense' ,
71
71
price : 10.99
72
72
} ,
73
73
{
74
74
nameProduct : 'The Rooster Bar' ,
75
75
author : 'John Grisham' ,
76
- pictureProduct : '' ,
76
+ pictureProduct : './assets/img/reactive-list-labels/the_rooster_bar.jpg ' ,
77
77
category : 'Suspense' ,
78
78
price : 10.99
79
79
} ,
80
80
{
81
81
nameProduct : 'The Life We Bury' ,
82
82
author : 'Dan Brown' ,
83
- pictureProduct : '' ,
84
- category : 'Suspense' ,
85
- price : 10.99
86
- } ,
87
- {
88
- nameProduct : 'Origin: A Novel' ,
89
- author : 'Dan Brown' ,
90
- pictureProduct : '' ,
83
+ pictureProduct : './assets/img/reactive-list-labels/the_life_we_bury.jpg' ,
91
84
category : 'Suspense' ,
92
85
price : 10.99
93
86
}
0 commit comments