diff --git a/components.tsx b/components.tsx
index d2c02ed..90fdcbf 100644
--- a/components.tsx
+++ b/components.tsx
@@ -17,6 +17,8 @@ const socialAppIcons = new Map([
["instagram.com", IconInstagram],
["linkedin.com", IconLinkedin],
["mastodon.social", IconMastodon],
+ ["youtube.com", IconYoutube],
+ ["orcid.org", IconOrcid],
]);
interface IndexProps {
@@ -455,3 +457,35 @@ function IconMastodon() {
);
}
+
+function IconYoutube() {
+ return (
+
+ );
+}
+
+function IconOrcid() {
+ return (
+
+ );
+}