From 681f7d3ba097cd8d204ff3ac4dae01432d323e5b Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:43:17 +0300 Subject: feat/frontend: dynamic title and meta descriptions (#261) --- frontend/src/pages/Profile.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/src/pages/Profile.tsx') diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 63b3c13..48233bf 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -1,5 +1,6 @@ import React from 'react'; import { Link, useNavigate } from 'react-router-dom'; +import { Helmet } from 'react-helmet'; import { SteamIcon, TwitchIcon, YouTubeIcon, PortalIcon, FlagIcon, StatisticsIcon, SortIcon, ThreedotIcon, DownloadIcon, HistoryIcon, DeleteIcon } from '@images/Images'; import { UserProfile } from '@customTypes/Profile'; @@ -109,6 +110,10 @@ const Profile: React.FC = ({ profile, token, gameData, onDeleteRec return (
+ + LPHUB | {profile.user_name} + + {MessageDialogComponent} {MessageDialogLoadComponent} {ConfirmDialogComponent} -- cgit v1.2.3