From ee7b13909336fbc62591f4875f562b85ee8ecd09 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:20:00 -0300 Subject: [PATCH] i11y --- .../src/pages/profile/profile-content.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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}

);