diff --git a/src/App.js b/src/App.js
index 25e7d5d..ef63201 100644
--- a/src/App.js
+++ b/src/App.js
@@ -140,8 +140,8 @@ function App() {
{/* */}
{/* */}
{/* */}
-
-
+ {/* */}
+ {/* */}
{/* */}
{/* */}
{/* */}
diff --git a/src/components/CurrentDateShamsi/index.js b/src/components/CurrentDateShamsi/index.js
index 12a4584..7089903 100644
--- a/src/components/CurrentDateShamsi/index.js
+++ b/src/components/CurrentDateShamsi/index.js
@@ -5,7 +5,7 @@ const CurrentDateShamsi = ({ color, fontSize }) => {
const option = {
weekday: "long",
year: "numeric",
- month: "long",
+ month: "numeric",
day: "numeric",
};
const todayDate = date.toLocaleDateString("fa-IR", option);
diff --git a/src/components/DateTime/index.js b/src/components/DateTime/index.js
index 821edb7..d6712e5 100644
--- a/src/components/DateTime/index.js
+++ b/src/components/DateTime/index.js
@@ -8,11 +8,11 @@ const DateTime = () => {
{/* ? time */}
- ساعت
-
+ ساعت
+
{/* ? date */}
-
+
);
};
diff --git a/src/components/DistributedData/index.js b/src/components/DistributedData/index.js
index 8d43eb1..9cd3a66 100644
--- a/src/components/DistributedData/index.js
+++ b/src/components/DistributedData/index.js
@@ -2,7 +2,7 @@ import React from "react";
const DistributedData = ({ items }) => {
return (
-
+
{items.map((row, index) => (