|
|
@ -13,7 +13,7 @@ const VerticalGradeFilter = ({ grades }) => { |
|
|
|
); |
|
|
|
); |
|
|
|
}; |
|
|
|
}; |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="w-full flex flex-col mt-3"> |
|
|
|
<div className="w-full flex flex-col mt-3 "> |
|
|
|
<Header title={window.t("پایه تحصیلی")} link="videos/video" /> |
|
|
|
<Header title={window.t("پایه تحصیلی")} link="videos/video" /> |
|
|
|
<div className="flex flex-row w-full overflow-x-scroll pb-3"> |
|
|
|
<div className="flex flex-row w-full overflow-x-scroll pb-3"> |
|
|
|
{Object.keys(grades).map((grade, index) => ( |
|
|
|
{Object.keys(grades).map((grade, index) => ( |
|
|
|