mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
refactor: minor hero panel formatting cleanup
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user