Skip to content

Commit 75e8629

Browse files
authored
Merge branch 'asyncapi:master' into fix-dropdown-menu
2 parents 6c80601 + 702b2e8 commit 75e8629

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

components/Footer/footer.js

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ function Footer() {
1919
href: "https://x.com/asyncapispec",
2020
imgUrl: "/img/twitter_new.png",
2121
},
22+
{
23+
name: "YouTube",
24+
href: "https://www.youtube.com/@AsyncAPI",
25+
imgUrl: "/img/youtube.png",
26+
},
2227
];
2328
return (
2429
<div className="container" data-test="footer">

public/img/youtube.png

3.08 KB
Loading

0 commit comments

Comments
 (0)