From f921315a2e14a5ecde866350c1f2a8af92653c5f Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 13 Jun 2022 17:07:16 +0430 Subject: [PATCH] update src/components/ProductTab/index.js, src/components/VodProduct/index.js, Main.js and Sidebar.js --- src/views/Products/layouts/Desktop/Main.js | 37 ++++++++++++++++++---- 1 file changed, 30 insertions(+), 7 deletions(-) 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)}