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", position: "relative",
display: "flex", display: "flex",
}} }}
title={game.title}
className={styles.game} className={styles.game}
> >
<button <button

View file

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