diff --git a/public/js/app.js b/public/js/app.js index 1c40ac0d2a..2e6b74e018 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -58,7 +58,7 @@ window.habitrpg = angular.module('habitrpg', templateUrl: "partials/options.profile.stats.html" }) .state('options.profile.profile', { - url: "/stats", + url: "/profile", templateUrl: "partials/options.profile.profile.html" })