Skip to content

Commit

Permalink
fixed sidebar button links (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed May 3, 2024
1 parent 5a06b36 commit 109639a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ function SidebarMenuItem({
}) {
return (
<SidebarItem
as={href ? 'a' : undefined}
target="_blank"
clickable
tooltip={tooltip}
href={href}
Expand Down

0 comments on commit 109639a

Please sign in to comment.