Skip to content

Commit

Permalink
Fix bug in link to video tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed Jan 12, 2024
1 parent cfdf5c7 commit f3b9a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LandingPage/landingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export function LandingPage({ isAuthenticated, profile }) {
PROJECT OVERVIEW
</Link>
<Link
to="/tutorial"
to="/tutorials"
className="btn btn-primary btn-lg mt-4"
role="button"
>
Expand Down

0 comments on commit f3b9a9a

Please sign in to comment.