diff --git a/public/index.html b/public/index.html
index aa069f2..bb14fca 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,19 +2,19 @@
-
+
-
+
-
+
- React App
+ دانوین
diff --git a/public/logo.svg b/public/logo.svg
new file mode 100644
index 0000000..16f7fd5
--- /dev/null
+++ b/public/logo.svg
@@ -0,0 +1,8 @@
+
diff --git a/src/components/Navbar/index.js b/src/components/Navbar/index.js
index 61b4876..e88c5ec 100644
--- a/src/components/Navbar/index.js
+++ b/src/components/Navbar/index.js
@@ -218,7 +218,7 @@ function Navbar({
{/*
انتخاب کشور
*/}
-
+
پیگیری سفارش
@@ -228,7 +228,7 @@ function Navbar({
ورود و ثبت نام
)}
-
+
شکایات
@@ -354,7 +354,7 @@ Navbar.defaultProps = {
name: "درباره ما",
},
{
- link: "/dashboard",
+ link: "/orders",
name: "پیگیری",
},
{
diff --git a/src/views/Orders/components/Order.js b/src/views/Orders/components/Order.js
index 3b3a5b4..c69af61 100644
--- a/src/views/Orders/components/Order.js
+++ b/src/views/Orders/components/Order.js
@@ -20,7 +20,7 @@ const status = {
function Order({ order, isMobile }) {
return (
-
+
{_.join(["شماره سفارش:", order.number], " ")}
diff --git a/src/views/Orders/index.js b/src/views/Orders/index.js
index e38b63e..be856dc 100644
--- a/src/views/Orders/index.js
+++ b/src/views/Orders/index.js
@@ -10,7 +10,7 @@ function Orders({ orders, headerOptions, setHeaderOptions }) {
setHeaderOptions(headerOptions);
}, []);
return (
-
+
{orders.map((order, index) => (
))}