Skip to content

Commit 109639a

Browse files
authored
fixed sidebar button links (#1304)
1 parent 5a06b36 commit 109639a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/src/components/layout/Sidebar.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ function SidebarMenuItem({
128128
}) {
129129
return (
130130
<SidebarItem
131+
as={href ? 'a' : undefined}
132+
target="_blank"
131133
clickable
132134
tooltip={tooltip}
133135
href={href}

0 commit comments

Comments
 (0)