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 84e6979 commit 0fa1c30Copy full SHA for 0fa1c30
src/containers/css-modules-container/index.tsx
@@ -53,6 +53,10 @@ export function CssModulesContainer() {
53
</a>
54
</p>
55
<br />
56
+ <div className="u-centered">
57
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/67pPYqom2a0" frameBorder="0" allowFullScreen></iframe>
58
+ </div>
59
+ <br />
60
</article>
61
);
62
};
src/containers/home-container/index.tsx
@@ -16,7 +16,7 @@ export function HomeContainer() {
16
<Link to="/currency-converter">Currency Converter App</Link> - (work in progress)
17
</li>
18
<li>
19
- <Link to="/css-modules">CSS Modules</Link>
+ <Link to="/css-modules">CSS Modules</Link> - <a href="https://youtu.be/67pPYqom2a0">Overview Video on Youtube</a>
20
21
</ul>
22
0 commit comments