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";
|
game?.download?.status === "paused";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div style={{ backgroundColor: gameColor }} className="hero-panel">
|
||||||
style={{ backgroundColor: gameColor }}
|
|
||||||
className="hero-panel"
|
|
||||||
>
|
|
||||||
<div className="hero-panel__content">{getInfo()}</div>
|
<div className="hero-panel__content">{getInfo()}</div>
|
||||||
<div className="hero-panel__actions">
|
<div className="hero-panel__actions">
|
||||||
<HeroPanelActions />
|
<HeroPanelActions />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue