diff --git a/src/components/ButtonDesign/ButtonNextToEachOther/index.js b/src/components/ButtonDesign/ButtonNextToEachOther/index.js
deleted file mode 100644
index ad47d8f..0000000
--- a/src/components/ButtonDesign/ButtonNextToEachOther/index.js
+++ /dev/null
@@ -1,46 +0,0 @@
-import React from "react";
-import Button from "../Button";
-
-const ButtonNextToEachOther = ({ buttons }) => {
- return (
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {/* right side */}
+
+ {/* right side */}
+
+ خرداد
+
+ {/* left side */}
+
+ {buttons.map((button, i) => (
+
+ ))}
+
+
+
+
+ {/* ? calender list */}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
};
export default CalenderList;
-CalenderList.defaultProps = {};
+CalenderList.defaultProps = {
+ buttons: [
+ {
+ title: "روز",
+ className: "rounded-tr-lg rounded-br-lg",
+ },
+ {
+ title: "هفته",
+ className: "",
+ },
+ {
+ title: "ماه",
+ className: "",
+ },
+ {
+ title: "سال",
+ className: "rounded-tl-lg rounded-bl-lg",
+ },
+ ],
+};