diff --git a/vendor-all-product-list.php b/vendor-all-product-list.php
index 88d53ab..ed74cc0 100644
--- a/vendor-all-product-list.php
+++ b/vendor-all-product-list.php
@@ -119,13 +119,14 @@ $products = productList();
alt="vendor image">
-
+
+
diff --git a/vendor-dashboard.php b/vendor-dashboard.php
index ebbc1a5..56dfdd1 100644
--- a/vendor-dashboard.php
+++ b/vendor-dashboard.php
@@ -127,13 +127,15 @@ if (is_array($vendorOrderss)) {
alt="vendor image">
-
+
+
diff --git a/vendor-settings.php b/vendor-settings.php
index 5e7c8b7..69c50ce 100644
--- a/vendor-settings.php
+++ b/vendor-settings.php
@@ -115,19 +115,20 @@ if ($_SESSION["userId"] <> "") {
diff --git a/vendor-uploads-add-product-action.php b/vendor-uploads-add-product-action.php
index 9a130b4..30f45a1 100644
--- a/vendor-uploads-add-product-action.php
+++ b/vendor-uploads-add-product-action.php
@@ -47,4 +47,3 @@ $response = addProduct(
$array = json_decode($response,true);
$_SESSION['newProductId'] = $array['_id'];
header("location: vendor-uploads.php");
-?>
\ No newline at end of file
diff --git a/vendor-user-tabs.php b/vendor-user-tabs.php
new file mode 100644
index 0000000..c876095
--- /dev/null
+++ b/vendor-user-tabs.php
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
\ No newline at end of file