feat: adjustments

This commit is contained in:
Zamitto 2024-12-17 23:40:30 -03:00
parent ac0d0efe0f
commit 23f9b5228c
2 changed files with 2 additions and 0 deletions

View file

@ -135,6 +135,7 @@ export function ProfileContent() {
position: "relative",
display: "flex",
}}
title={game.title}
className={styles.game}
>
<button

View file

@ -324,6 +324,7 @@ export interface UserStats {
libraryCount: number;
friendsCount: number;
achievementsPointsEarnedSum?: number;
totalPlaytimeInSeconds: number;
}
export interface UnlockedAchievement {