aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Profile.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Profile.tsx')
-rw-r--r--frontend/src/pages/Profile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx
index 48233bf..ee56999 100644
--- a/frontend/src/pages/Profile.tsx
+++ b/frontend/src/pages/Profile.tsx
@@ -109,7 +109,7 @@ const Profile: React.FC<ProfileProps> = ({ profile, token, gameData, onDeleteRec
109 }; 109 };
110 110
111 return ( 111 return (
112 <div> 112 <div style={{position: "absolute", width: "calc(100% - 50px)", left: "350px"}}>
113 <Helmet> 113 <Helmet>
114 <title>LPHUB | {profile.user_name}</title> 114 <title>LPHUB | {profile.user_name}</title>
115 <meta name="description" content={profile.user_name} /> 115 <meta name="description" content={profile.user_name} />