From 4a21050c89465e3f4495821a7123712005462381 Mon Sep 17 00:00:00 2001 From: Rahul kumar Date: Sat, 7 May 2022 11:37:01 +0530 Subject: [PATCH] unpdate --- U4_project/description.html | 2 +- components/navbar.js | 2 +- index.html | 2 +- my/ShopBob-Clone-Project/U4_project/product.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/U4_project/description.html b/U4_project/description.html index 1caab02..1018c15 100644 --- a/U4_project/description.html +++ b/U4_project/description.html @@ -249,4 +249,4 @@

REVIEWS & RATINGS

- \ No newline at end of file + \ No newline at end of file diff --git a/components/navbar.js b/components/navbar.js index 1569e0a..62dd14f 100644 --- a/components/navbar.js +++ b/components/navbar.js @@ -31,7 +31,7 @@ function navbar(){

WHAT'S NEW

OUR FOVOURITES

DESIGNERS

-

CLOTHING

+

CLOTHING

ACTIVE

SHOES

BAGS

diff --git a/index.html b/index.html index 0dc0594..17a92ab 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@
- +

SEE THE LATEST

diff --git a/my/ShopBob-Clone-Project/U4_project/product.html b/my/ShopBob-Clone-Project/U4_project/product.html index 5978cc4..7a1234d 100644 --- a/my/ShopBob-Clone-Project/U4_project/product.html +++ b/my/ShopBob-Clone-Project/U4_project/product.html @@ -562,7 +562,7 @@ items_data.push(elem); localStorage.setItem("items", JSON.stringify(items_data)); - window.location.href = "description.html" + window.location.href = "../U4_project/my/ShopBob-Clone-Project/U4_project/description.html" }