Skip to content

Commit 6fad2ed

Browse files
committed
chore: added link to reflection lecture materials
1 parent 0c5316a commit 6fad2ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/js/ktl-component/teach/components/teach-launch-course/teach-launch-course.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ export const TeachLaunchCourse = () => {
125125
Testing
126126
</a>
127127
</li>
128+
<li>
129+
<a
130+
className={textCn('rs-link', { external: true })}
131+
href="https://docs.google.com/presentation/d/1hZTaQ1gdStte2aeQU78UmpVzpKErdeOCRQPOYH2p3DI/edit?usp=sharing"
132+
>
133+
Reflection (JVM)
134+
</a>
135+
</li>
128136
</ul>
129137
</div>
130138

0 commit comments

Comments
 (0)