Skip to content

Commit

Permalink
fix: changeed dashboard -> Learning Path for student
Browse files Browse the repository at this point in the history
  • Loading branch information
corypride committed Dec 11, 2024
1 parent 7cbf102 commit b828943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default function Navbar({
<li className="mt-16">
<Link to={getDashboardLink(user)}>
<ULIComponent icon={HomeIcon} />
Dashboard
Learning Path
</Link>
</li>
{hasFeature(
Expand Down

0 comments on commit b828943

Please sign in to comment.