Open links in new tab, remove unneeded deps

This commit is contained in:
Michael 2024-12-20 16:35:53 -06:00
parent 6e4955b6a4
commit f45a57c837
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75
2 changed files with 1 additions and 5 deletions

View file

@ -1,14 +1,10 @@
import * as React from "react"
import {
BookOpen,
Bot,
Command,
Frame,
LifeBuoy,
Map,
PieChart,
Send,
Settings2,
SquareTerminal,
} from "lucide-react"

View file

@ -27,7 +27,7 @@ export function NavSecondary({
{items.map((item) => (
<SidebarMenuItem key={item.title}>
<SidebarMenuButton asChild size="sm">
<a href={item.url}>
<a href={item.url} target="blank">
<item.icon />
<Icon icon={item.icon} height="16px"/>
<span>{item.title}</span>