We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e837c commit 26ffacbCopy full SHA for 26ffacb
data-browser/src/components/SideBar/About.tsx
@@ -38,6 +38,8 @@ export function About() {
38
<AboutWrapper>
39
{aboutMenuItems.map(({ href, icon, helper }) => (
40
<IconButtonLink
41
+ target='_blank'
42
+ rel='noreferrer'
43
key={href}
44
href={href}
45
title={helper}
0 commit comments