From 3126b7703e2c47751eb1b96baa2650507de46804 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 18 Nov 2024 17:43:33 +0100 Subject: [PATCH] feat: add YouTube channel link --- components/ui/icons.tsx | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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 + + + + + ); };