diff --git a/beta/src/components/Layout/Sidebar/SidebarLink.tsx b/beta/src/components/Layout/Sidebar/SidebarLink.tsx
index 5c83407f..3ee35fa1 100644
--- a/beta/src/components/Layout/Sidebar/SidebarLink.tsx
+++ b/beta/src/components/Layout/Sidebar/SidebarLink.tsx
@@ -47,11 +47,16 @@ export function SidebarLink({
}
}, [ref, selected]);
+ let target = '';
+ if (href.startsWith('https://')) {
+ target = '_blank';
+ }
return (