Skip to content

Commit 74525a8

Browse files
committed
enable tutorials
1 parent 2aa20de commit 74525a8

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)