diff --git a/components/ui/icons.tsx b/components/ui/icons.tsx
index afc0713..15e37fe 100644
--- a/components/ui/icons.tsx
+++ b/components/ui/icons.tsx
@@ -12,7 +12,8 @@ const Iconss = () => {
Bluesky: "https://bsky.app/profile/svrjs.org",
Odysee: "https://odysee.com/@SVRJS",
instagram: "https://instagram.com/svrjs.webserver",
- Threads: "https://threads.net/@svrjs.webserver"
+ Threads: "https://threads.net/@svrjs.webserver",
+ YouTube: "https://youtube.com/@svr-js"
}
}
};
@@ -166,6 +167,31 @@ const Iconss = () => {
/>
+
+
+ YouTube icon
+
+
+
>
);
};