update css

This commit is contained in:
Zamitto 2024-05-21 00:01:19 -03:00
parent 8957b1b1dd
commit a5dc101e6b
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ export const updateInfoSection = style({
export const progressBarContainer = style({
width: "100%",
height: "18px",
borderRadius: "24px",
display: "flex",
alignItems: "center",

View File

@ -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>