We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce2833 commit f0ceaa1Copy full SHA for f0ceaa1
website/src/components/Talks.js
@@ -42,6 +42,23 @@ export const Talks = () => {
42
></audio>
43
</div>
44
</li>
45
+ <li>
46
+ <div>
47
+ <p>
48
+ <a href="https://www.meetup.com/KarmaJS/events/265554520/">
49
+ KarmaJS Nov'19 Stockholm
50
+ </a>
51
+ </p>
52
+ <iframe
53
+ width="560"
54
+ height="315"
55
+ src="https://www.youtube.com/embed/8jH5gaEEDv4"
56
+ frameborder="0"
57
+ allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
58
+ allowfullscreen
59
+ ></iframe>
60
+ </div>
61
+ </li>
62
</ul>
63
<Spacing />
64
</Center>
0 commit comments