Skip to content

Commit ab0fc31

Browse files
committed
move theme song embed to README footer
Made-with: Cursor
1 parent f8afcb7 commit ab0fc31

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

exercises/README.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<EpicVideo url="https://www.epicweb.dev/workshops/object-oriented-typescript/introduction-to-object-oriented-typescript/intro-to-object-oriented-typescript" />
44

5-
<VideoEmbed
6-
title="Object Oriented TypeScript Theme Song"
7-
url="https://www.youtube.com/embed/Y56vgvDBzy4?rel=0"
8-
/>
9-
105
👨‍💼 Welcome to the Object-Oriented Programming workshop! This workshop focuses
116
on **encapsulation and polymorphism**, not just syntax.
127

@@ -69,3 +64,10 @@ By the end of this workshop, you'll be able to:
6964
- **Make informed decisions** about when OOP or FP is the better fit
7065

7166
Let's build some objects! 🧱
67+
68+
🎵 Check out the workshop theme song! 🎶
69+
70+
<VideoEmbed
71+
title="Object Oriented TypeScript Theme Song"
72+
url="https://www.youtube.com/embed/Y56vgvDBzy4?rel=0"
73+
/>

0 commit comments

Comments
 (0)