From cbba5ad152ed1b6afc60fb16eead8059d6708371 Mon Sep 17 00:00:00 2001 From: cohenaj194 Date: Sun, 22 Sep 2024 20:10:37 -0400 Subject: [PATCH] add twitter link --- app/components/navigation/sidebar/Sidebar.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/components/navigation/sidebar/Sidebar.tsx b/app/components/navigation/sidebar/Sidebar.tsx index 92ec9c36..7d00e7d9 100644 --- a/app/components/navigation/sidebar/Sidebar.tsx +++ b/app/components/navigation/sidebar/Sidebar.tsx @@ -343,6 +343,12 @@ const navGroups: Array<{ external: true, icon: YoutubeIcon }, + { + name: 'Twitter / X', + href: 'https://x.com/SaddlebagE36285', + external: true, + icon: YoutubeIcon + }, { name: 'blog', href: '/blog',