mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
feat: add game logo back again
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user