mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adjustments
This commit is contained in:
parent
ac0d0efe0f
commit
23f9b5228c
2 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ export function ProfileContent() {
|
|||
position: "relative",
|
||||
display: "flex",
|
||||
}}
|
||||
title={game.title}
|
||||
className={styles.game}
|
||||
>
|
||||
<button
|
||||
|
|
|
@ -324,6 +324,7 @@ export interface UserStats {
|
|||
libraryCount: number;
|
||||
friendsCount: number;
|
||||
achievementsPointsEarnedSum?: number;
|
||||
totalPlaytimeInSeconds: number;
|
||||
}
|
||||
|
||||
export interface UnlockedAchievement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue