diff --git a/src/views/Products/layouts/Desktop/Main.js b/src/views/Products/layouts/Desktop/Main.js index 80f6f8b..6a407ad 100644 --- a/src/views/Products/layouts/Desktop/Main.js +++ b/src/views/Products/layouts/Desktop/Main.js @@ -9,6 +9,8 @@ import Loading from "../../../../components/Loading"; import { book, publicApi } from "../../../../redux/actions"; import moment from "jalali-moment"; +import dropdownIcon from "../../../../assets/icons/dropdown-blue.svg"; + export const Main = ({ books, grades, @@ -216,13 +218,34 @@ export const Main = ({ )} - {(filterOptions?.productType - ? filterOptions.productType === "دوره ویدئویی" - : true) && ( - - {Items(2)} - - )} +
+ {/* arrow */} + +
+
+ +
+
+ +
+
+ + {(filterOptions?.productType + ? filterOptions.productType === "دوره ویدئویی" + : true) && ( + + {Items(2)} + + )} +
{Items(1)}