Skip to content

Commit 34e5bf6

Browse files
committed
disable tutorials
1 parent 4a2226b commit 34e5bf6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/components/layout/navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { FC } from "react"
1313
const menu = [
1414
{ name: "Docs", href: "/docs" },
1515
{ name: "Blog", href: "/blog" },
16-
{ name: "Tutorials", href: "/tutorials/basics" },
16+
// { name: "Tutorials", href: "/tutorials/basics" },
1717
{ name: "Play", href: "/play", reload: true }
1818
]
1919

0 commit comments

Comments
 (0)