diff --git a/src/utils/path.json b/src/utils/path.json index 10ad02e..a208c5d 100644 --- a/src/utils/path.json +++ b/src/utils/path.json @@ -16,5 +16,6 @@ { "path": "/profile", "text": "Settings" }, { "path": "/login", "text": "Login" }, { "path": "/join", "text": "Join" }, - { "path": "/logout", "text": "Logout" } + { "path": "/logout", "text": "Logout" }, + { "path": "/change-password", "text": "Change Password" } ]