Skip to content

Commit 8155e7c

Browse files
authored
Update tutorials.tsx
1 parent 86dbbc8 commit 8155e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/tutorials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Tutorials(): JSX.Element {
3232
icon: Rocket,
3333
description: "Start here: Frontend, Backend, DevOps, and Git basics.",
3434
color: "from-green-500 to-emerald-500",
35-
path: "/absolute-beginners",
35+
path: "#", // /absolute-beginners
3636
tags: ["Frontend", "Backend", "Git/GitHub", "Full Stack"],
3737
},
3838
{

0 commit comments

Comments
 (0)