From 5ea5fae18d5df5720f5b4b588cce8acc151a640c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 29 May 2019 09:13:29 +1000 Subject: [PATCH] Changed profiles to kingdoms --- src/components/pages/profile.jsx | 6 +++--- src/components/panels/common_links.jsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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