feat(sidebar): open API docs navigation link in new window
This commit is contained in:
@@ -99,6 +99,7 @@ function AuthedLayout() {
|
||||
<Link
|
||||
key={item.to}
|
||||
to={item.to}
|
||||
target={item.target}
|
||||
activeOptions={{ exact: item.to === '/categories' }}
|
||||
className="flex items-center gap-2.5 rounded-md px-2 py-1.5 text-sm text-sidebar-foreground/80 hover:bg-sidebar-accent hover:text-sidebar-accent-foreground [&.active]:bg-sidebar-accent [&.active]:font-medium [&.active]:text-sidebar-accent-foreground"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user