Skip to content

Commit

Permalink
chanegd name from workout to planner
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph1so committed Aug 13, 2024
1 parent 6f01f9d commit 9affae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Navbar = () => {
</button>
<div className={`icon-container ${isOpen ? "open" : ""}`}>
<Link to="/workout" className="navbar-links" onClick={closeMenu}>
Workout
Planner
</Link>
<Link to="/analysis" className="navbar-links" onClick={closeMenu}>
Analysis
Expand Down

0 comments on commit 9affae7

Please sign in to comment.