Skip to content

Commit

Permalink
updated nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Mar 28, 2024
1 parent 4ebb1d4 commit ba8dea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Navbar = () => {
</NavbarLink>
</li>
<li className="mb-6">
<NavbarLink setOverlay={setOverlay} path={"/settings"}>
<NavbarLink setOverlay={setOverlay} path={"/profile"}>
{t("link3")}
</NavbarLink>
</li>
Expand Down
6 changes: 3 additions & 3 deletions src/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"totalBudget": "Total Budget"
},
"Navigation": {
"link1": "My Proposals",
"link2": "All Proposals",
"link3": "Settings"
"link1": "My Proposal",
"link2": "Proposals",
"link3": "Profile"
},
"Settings": {
"heading": "User Settings",
Expand Down

0 comments on commit ba8dea1

Please sign in to comment.