Explorar el Código

正在进行 -> 开放报名

visuddhinanda hace 3 años
padre
commit
3e1b62024f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dashboard/src/pages/library/course/list.tsx

+ 2 - 2
dashboard/src/pages/library/course/list.tsx

@@ -30,14 +30,14 @@ const Widget = () => {
             </Row>
             <Divider />
             <Row>
-              <h1>正在进行</h1>
+              <h1>开放报名</h1>
             </Row>
             <Row>
               <CourseList type="open" />
             </Row>
             <Divider />
             <Row>
-              <h1>已经结束</h1>
+              <h1>历史课程</h1>
             </Row>
             <Row>
               <CourseList type="close" />