diff --git a/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx b/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx index d587e69607a..bb68bb49c24 100644 --- a/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx +++ b/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx @@ -3,167 +3,164 @@ import React from 'react'; import { useTextStyles } from '@rescui/typography'; import './teach-launch-course.scss'; -import Button from "@rescui/button"; +import Button from '@rescui/button'; import classNames from 'classnames'; export const TeachLaunchCourse = () => { - const textCn = useTextStyles(); + const textCn = useTextStyles(); - return ( -
-
- The Programming in Kotlin course is a comprehensive toolkit for teaching Kotlin and can be easily - customized to align with specific educational needs. The course comes with slides, lecture notes, - and assessment resources. + return ( +
+
+ The Programming in Kotlin course is a comprehensive toolkit for teaching Kotlin and can be easily + customized to align with specific educational needs. The course comes with slides, lecture notes, and + assessment resources. +
+ +
+
-
- -
-
+
+
Lecture slides
+ +
-
-
Lecture slides
- -
+
+
+ + Syllabus + +
-
-
- - Syllabus - -
+
Assessment resources
-
- Assessment resources -
- - -
- -
- ); -} \ No newline at end of file + +
+
+ ); +}; diff --git a/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.scss b/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.scss index 746edddd195..4502789f1f9 100644 --- a/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.scss +++ b/static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.scss @@ -73,4 +73,4 @@ grid-area: column2; } } -} \ No newline at end of file +}