We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4109348 commit 633e996Copy full SHA for 633e996
Store/products.js
@@ -3,7 +3,7 @@
3
// Forth Grade
4
{
5
id: "4",
6
- name: "4th Grade",
+ name: "4th Grade Book",
7
price: "35",
8
grade: "4",
9
images: [
@@ -17,7 +17,7 @@
17
// Fifth Grade
18
19
id: "5",
20
- name: "5th Grade",
+ name: "5th Grade Book",
21
22
grade: "5",
23
@@ -31,7 +31,7 @@
31
// Sixth Grade
32
33
id: "2",
34
- name: "6th Grade",
+ name: "6th Grade Book",
35
price: "40",
36
grade: "6",
37
@@ -83,7 +83,7 @@
83
// Ninth Grade
84
85
id: "3",
86
- name: "9th Grade",
+ name: "9th Grade Book",
87
88
grade: "9",
89
@@ -97,7 +97,7 @@
97
// Forth Form
98
99
id: "1",
100
- name: "4th Form",
+ name: "4th Form Book",
101
102
grade: "4th-form",
103
0 commit comments