From 8aed094a24003840f9aa7a3fda904134c6656337 Mon Sep 17 00:00:00 2001
From: Vinyl-Davyl <68241801+Vinyl-Davyl@users.noreply.github.com>
Date: Wed, 28 Aug 2024 14:13:28 +0100
Subject: [PATCH] update: development
---
src/App.tsx | 1 +
src/components/Sidebar.tsx | 20 +++++---------------
2 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/src/App.tsx b/src/App.tsx
index 4248b9ba..2a2697a6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -159,6 +159,7 @@ const App = () => {
path="module2"
element={}
/>
+
}
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx
index 3183cd8f..fb94c95c 100644
--- a/src/components/Sidebar.tsx
+++ b/src/components/Sidebar.tsx
@@ -42,21 +42,11 @@ const Sidebar: React.FC<{ steps: { title: string; link: string }[] }> = ({
Welcome to the Learning Pathway! Use the sidebar to follow the guide.
- Open the Template Playground in another tab to experiment as you
- learn. Check the links for additional resources. -
- handleExternalLink("https://example.com/resource1")}
- >
- Resource
-
-
- handleExternalLink("https://example.com/resource2")}
- >
- Resource 2
-
+ Open the{" "}
+ handleExternalLink("/")}>
+ Template Playground
+ {" "}
+ in another tab to experiment as you learn.