mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
feat: adjustments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user