mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add game logo back again
This commit is contained in:
parent
92e43b90a2
commit
15e86338d9
1 changed files with 1 additions and 5 deletions
|
@ -49,11 +49,7 @@ export function Hero() {
|
|||
|
||||
<div className={styles.content}>
|
||||
{game.logo && (
|
||||
<img
|
||||
src={game.logo || game.background}
|
||||
width="250px"
|
||||
alt={game.description}
|
||||
/>
|
||||
<img src={game.logo} width="250px" alt={game.description} />
|
||||
)}
|
||||
<p className={styles.description}>{game.description}</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue