diff --git a/skyvern-frontend/src/components/NavLinkGroup.tsx b/skyvern-frontend/src/components/NavLinkGroup.tsx index f65401b6..4bb8db06 100644 --- a/skyvern-frontend/src/components/NavLinkGroup.tsx +++ b/skyvern-frontend/src/components/NavLinkGroup.tsx @@ -8,6 +8,7 @@ type Props = { links: Array<{ label: string; to: string; + newTab?: boolean; disabled?: boolean; icon?: React.ReactNode; }>; @@ -46,6 +47,8 @@ function NavLinkGroup({ title, links }: Props) { { return cn( "block rounded-lg py-2 pl-3 text-slate-400 hover:bg-muted hover:text-primary",