mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: minor hero panel formatting cleanup
This commit is contained in:
parent
c5206c68ee
commit
75a44bed3f
1 changed files with 1 additions and 4 deletions
|
@ -50,10 +50,7 @@ export function HeroPanel() {
|
|||
game?.download?.status === "paused";
|
||||
|
||||
return (
|
||||
<div
|
||||
style={{ backgroundColor: gameColor }}
|
||||
className="hero-panel"
|
||||
>
|
||||
<div style={{ backgroundColor: gameColor }} className="hero-panel">
|
||||
<div className="hero-panel__content">{getInfo()}</div>
|
||||
<div className="hero-panel__actions">
|
||||
<HeroPanelActions />
|
||||
|
|
Loading…
Add table
Reference in a new issue