Skip to content

Commit

Permalink
Spelling correct of South
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitesh Mishra committed Jan 22, 2024
1 parent 93f4a02 commit c6dc456
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions constants/catalogList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Category, Product, sareeCottonSubCategory, sareeSubCategory } from "../
const productList: Product[] = [
{
id: "1211",
name: "Sounth Indian Cotton Saree",
name: "South Indian Cotton Saree",
details: "Authentic South Indian Cotton Saree, Embracing Timeless Tradition and Graceful Comfort",
category: Category.saree,
subCategory: sareeSubCategory.cotton,
Expand Down Expand Up @@ -35,7 +35,7 @@ const productList: Product[] = [
},
{
id: "1213",
name: "Designer Curtains",
name: "Terrycotton Shirt",
details: "Wonderful blended terrycotton shirt with accentric colors",
category: Category.suiting,
subCategory: "Blended Terrycotton",
Expand Down Expand Up @@ -63,8 +63,24 @@ const productList: Product[] = [
discount: 20,
trending: false,
imgSrc: "/assets/product/osuit.png"

},
// {
// id: "1215",
// name: "Gorgeous Purple Organza Suit",
// details: "Wine Floral Organza Anarkali Suit ",
// category: Category.salwarSuit,
// subCategory: "Organza Suit",
// nestedCategory: "",
// type: "Type 5",
// price: "200",
// hPrice: "500",
// company: Partners.MPFab,
// discount: 20,
// trending: false,
// imgSrc: "/assets/product/osuit.png"

// },

];

export default productList;

0 comments on commit c6dc456

Please sign in to comment.