Skip to content

Commit

Permalink
update: development
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyl-Davyl committed Aug 28, 2024
1 parent 7ce2d3d commit 8aed094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const App = () => {
path="module2"
element={<LearnContent file="module2.md" />}
/>

<Route
path="module3"
element={<LearnContent file="module3.md" />}
Expand Down
20 changes: 5 additions & 15 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,11 @@ const Sidebar: React.FC<{ steps: { title: string; link: string }[] }> = ({
</HelperIcon>
<HelperText>
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. -
<Link
to="#"
onClick={() => handleExternalLink("https://example.com/resource1")}
>
Resource
</Link>
&nbsp;
<Link
to="#"
onClick={() => handleExternalLink("https://example.com/resource2")}
>
Resource 2
</Link>
Open the{" "}
<Link to="/" onClick={() => handleExternalLink("/")}>
Template Playground
</Link>{" "}
in another tab to experiment as you learn.
</HelperText>
</HelperBox>
</SidebarContainer>
Expand Down

0 comments on commit 8aed094

Please sign in to comment.