|
|
|
@ -59,21 +59,21 @@ function Course({ getInfo, info, categories, loading }: any) { |
|
|
|
|
<p>{info?.text}</p> |
|
|
|
|
<i>{info?.vodTeacher}</i> |
|
|
|
|
</div> |
|
|
|
|
<div className="d-flex justify-content-between"> |
|
|
|
|
<div className="course-info-items d-flex align-items-center justify-content-around"> |
|
|
|
|
<div className="d-flex " style={{ minWidth: 150 }}> |
|
|
|
|
<div className="course-info-items d-flex align-items-center justify-content-around" style={{ minWidth: 150 }}> |
|
|
|
|
<img src={slide} alt="" /> |
|
|
|
|
<div className="d-flex flex-column"> |
|
|
|
|
<div className="d-flex flex-column" style={{ minWidth: 100 }}> |
|
|
|
|
<i>{info?.vodDuration} ساعت درس </i> |
|
|
|
|
<p>در این قسمت توضیحی</p> |
|
|
|
|
{/* <p>در این قسمت توضیحی</p> */} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div className="course-info-items d-flex align-items-center justify-content-around"> |
|
|
|
|
{/* <div className="course-info-items d-flex align-items-center justify-content-around"> |
|
|
|
|
<img src={chat} alt="" /> |
|
|
|
|
<div className="d-flex flex-column"> |
|
|
|
|
<i>ارتباط با استاد</i> |
|
|
|
|
<p>در این قسمت توضیحی</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> */} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -153,8 +153,8 @@ function Course({ getInfo, info, categories, loading }: any) { |
|
|
|
|
|
|
|
|
|
<section className="course__list d-flex flex-column"> |
|
|
|
|
<header className="course__list--header"> |
|
|
|
|
<h2>سر فصل دوره</h2> |
|
|
|
|
<p>در این قسمت شاید یک متن جهت زیباسازی قرار بگیرد </p> |
|
|
|
|
{/* <h2>سر فصل دوره</h2> */} |
|
|
|
|
{/* <p>در این قسمت شاید یک متن جهت زیباسازی قرار بگیرد </p> */} |
|
|
|
|
</header> |
|
|
|
|
{categories?.map((lesson: any, i: any) => ( |
|
|
|
|
<Lesson key={i} lesson={lesson} /> |
|
|
|
|