Repair Menu

This commit is contained in:
2021-12-23 19:32:29 +07:00
parent 5229359425
commit 884a23ae80
10 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ export const Category = observer(() => {
},
{
route: LINKS.CATEGORY,
name: <span style={{ fontWeight: "bold" }}>Category</span>,
name: <span style={{ fontWeight: "bold" }}>Kategori</span>,
},
];

View File

@@ -46,7 +46,7 @@ export const Product = observer(() => {
},
{
route: LINKS.PRODUCT,
name: <span style={{fontWeight: "bold"}}>Product</span>,
name: <span style={{fontWeight: "bold"}}>Produk</span>,
},
];

View File

@@ -23,11 +23,11 @@ export const ProductDetail = observer(() => {
},
{
route: LINKS.PRODUCT,
name: <span style={{ fontWeight: "bold" }}>Product</span>,
name: <span style={{ fontWeight: "bold" }}>Produk</span>,
},
{
route: LINKS.PRODUCT_DETAIL,
name: <span style={{ fontWeight: "bold" }}>Product Detail</span>,
name: <span style={{ fontWeight: "bold" }}>Detail Produk</span>,
},
];

View File

@@ -45,7 +45,7 @@ export const Subcategory = observer(() => {
},
{
route: LINKS.SUBCATEGORY,
name: <span style={{fontWeight: "bold"}}>Sub Category</span>,
name: <span style={{fontWeight: "bold"}}>Sub Kategori</span>,
},
];