From af35604059493790d08e7a9c7ffedaf027ec9a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D1=80=D0=BE=D0=BA=20=D0=B4=D0=B2=D0=B0?= Date: Thu, 15 Aug 2024 21:36:53 +0200 Subject: [PATCH] :bug: fix: Correct tutorial links in TutorialsSidebar Fix tutorial links by changing URL paths from `/tutorials/` to `/tutorial/`. This ensures that links point to the correct tutorial pages. --- src/components/Tutorials/TutorialsSidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tutorials/TutorialsSidebar.tsx b/src/components/Tutorials/TutorialsSidebar.tsx index ac04805..e726eba 100644 --- a/src/components/Tutorials/TutorialsSidebar.tsx +++ b/src/components/Tutorials/TutorialsSidebar.tsx @@ -31,7 +31,7 @@ const TutorialsSidebar: React.FC = () => {
{popularTutorials.map((tutorial) => (
- + {

- + {tutorial.title}