Skip to content

Commit

Permalink
enable tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed May 19, 2024
1 parent 2aa20de commit 74525a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/layout/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { FC } from "react"
const menu = [
{ name: "Docs", href: "/docs" },
{ name: "Blog", href: "/blog" },
// { name: "Tutorials", href: "/tutorials/basics" },
{ name: "Tutorials", href: "/tutorials/basics" },
{ name: "Play", href: "/play", reload: true }
]

Expand Down

0 comments on commit 74525a8

Please sign in to comment.