mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
update css
This commit is contained in:
parent
8957b1b1dd
commit
a5dc101e6b
@ -29,7 +29,6 @@ export const updateInfoSection = style({
|
||||
|
||||
export const progressBarContainer = style({
|
||||
width: "100%",
|
||||
height: "18px",
|
||||
borderRadius: "24px",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
|
@ -77,7 +77,7 @@ export default function Splash() {
|
||||
|
||||
return (
|
||||
<main className={styles.main}>
|
||||
<img src={icon} className={styles.splashIcon} alt="Hydra Logo" />
|
||||
<img src={icon} className={styles.splashIcon} alt="Hydra Launcher Logo" />
|
||||
<section className={styles.updateInfoSection}>
|
||||
{renderUpdateInfo()}
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user