diff --git a/src/components/pages/profile.jsx b/src/components/pages/profile.jsx index 93879f2..1ec5a45 100644 --- a/src/components/pages/profile.jsx +++ b/src/components/pages/profile.jsx @@ -148,7 +148,7 @@ class Profile extends React.Component { MyProfileMainPanel() { return (
-

Profile

+

Your Kingdom

Username:

@@ -210,7 +210,7 @@ class Profile extends React.Component { NotMyProfileMainPanel() { return (
-

Profile

+

{this.state.username}'s Kingdom

Username:

@@ -268,7 +268,7 @@ class Profile extends React.Component { LoggedOutMainPanel() { return (
-

Profile

+

{this.state.username}'s Kingdom

Username:

diff --git a/src/components/panels/common_links.jsx b/src/components/panels/common_links.jsx index 343b926..414672f 100644 --- a/src/components/panels/common_links.jsx +++ b/src/components/panels/common_links.jsx @@ -27,7 +27,7 @@ class CommonLinks extends React.Component { return (

Return Home

-

Your Profile

+

Your Kingdom

Game Ladder

Change Password