fix: fixing add game to library

This commit is contained in:
Hydra 2024-05-12 10:56:31 +01:00
commit 3bd8662b18
No known key found for this signature in database
34 changed files with 555 additions and 221 deletions

View file

@ -266,12 +266,11 @@ export function Downloads() {
>
{game.title}
</button>
<small className={styles.downloaderName}>
{downloaderName[game?.downloader]}
</small>
</div>
<small className={styles.downloaderName}>
{downloaderName[game?.downloader]}
</small>
{getGameInfo(game)}
</div>