Skip to content

Commit 633e996

Browse files
committed
renaming the books
1 parent 4109348 commit 633e996

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Store/products.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Forth Grade
44
{
55
id: "4",
6-
name: "4th Grade",
6+
name: "4th Grade Book",
77
price: "35",
88
grade: "4",
99
images: [
@@ -17,7 +17,7 @@
1717
// Fifth Grade
1818
{
1919
id: "5",
20-
name: "5th Grade",
20+
name: "5th Grade Book",
2121
price: "35",
2222
grade: "5",
2323
images: [
@@ -31,7 +31,7 @@
3131
// Sixth Grade
3232
{
3333
id: "2",
34-
name: "6th Grade",
34+
name: "6th Grade Book",
3535
price: "40",
3636
grade: "6",
3737
images: [
@@ -83,7 +83,7 @@
8383
// Ninth Grade
8484
{
8585
id: "3",
86-
name: "9th Grade",
86+
name: "9th Grade Book",
8787
price: "40",
8888
grade: "9",
8989
images: [
@@ -97,7 +97,7 @@
9797
// Forth Form
9898
{
9999
id: "1",
100-
name: "4th Form",
100+
name: "4th Form Book",
101101
price: "40",
102102
grade: "4th-form",
103103
images: [

0 commit comments

Comments
 (0)