feat: add Docs link to navigation in MainLayout
This commit is contained in:
@@ -5,6 +5,7 @@ import { NavAuth } from "./components/nav-auth";
|
||||
const NAV_LINKS = [
|
||||
{ href: "/tv", label: "TV" },
|
||||
{ href: "/dashboard", label: "Dashboard" },
|
||||
{ href: "/docs", label: "Docs" },
|
||||
];
|
||||
|
||||
export default function MainLayout({ children }: { children: ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user