Skip to content

Commit 28af006

Browse files
authored
Add YouTube social icon with link. (#23)
1 parent ae2f9e6 commit 28af006

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

assets/socials/youtube.png

1.79 KB
Loading

src/Components/Footer/index.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ const SOCIALS = [
2020
name: "instagram",
2121
icon: require("Assets/socials/instagram.png"),
2222
link: "https://www.instagram.com/python.pizza/"
23+
},
24+
{
25+
name: "youtube",
26+
icon: require("Assets/socials/youtube.png"),
27+
link: "https://www.youtube.com/channel/UC21mhKl0lt-2uMnDG12EFAw/"
2328
}
2429
];
2530

0 commit comments

Comments
 (0)