diff --git a/src/renderer/src/pages/profile/profile-content.tsx b/src/renderer/src/pages/profile/profile-content.tsx index e5bed56c..20171400 100644 --- a/src/renderer/src/pages/profile/profile-content.tsx +++ b/src/renderer/src/pages/profile/profile-content.tsx @@ -15,6 +15,7 @@ export const ProfileContent = ({ userProfile }: ProfileContentProps) => { <>
{userProfile.username @@ -55,7 +56,12 @@ export const ProfileContent = ({ userProfile }: ProfileContentProps) => { {userProfile.recentGames.map((game) => { return ( <> - + {"Icon

{game.title}

); @@ -91,7 +97,12 @@ export const ProfileContent = ({ userProfile }: ProfileContentProps) => { {userProfile.libraryGames.map((game) => { return ( <> - {" "} + {"Icon

{game.title}

);