mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
ci: increasing version
This commit is contained in:
parent
c8aa9fd681
commit
6fce60f9f7
@ -48,7 +48,7 @@ export function AutoUpdateSubHeader() {
|
|||||||
<header className={styles.subheader}>
|
<header className={styles.subheader}>
|
||||||
<Link to={releasesPageUrl} className={styles.newVersionLink}>
|
<Link to={releasesPageUrl} className={styles.newVersionLink}>
|
||||||
<SyncIcon className={styles.newVersionIcon} size={12} />
|
<SyncIcon className={styles.newVersionIcon} size={12} />
|
||||||
{t("version_available_download", { version: newVersion })}
|
{t("version_available_download", { version: newVersion })}
|
||||||
</Link>
|
</Link>
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
@ -63,7 +63,7 @@ export function AutoUpdateSubHeader() {
|
|||||||
onClick={handleClickInstallUpdate}
|
onClick={handleClickInstallUpdate}
|
||||||
>
|
>
|
||||||
<SyncIcon className={styles.newVersionIcon} size={12} />
|
<SyncIcon className={styles.newVersionIcon} size={12} />
|
||||||
{t("version_available_install", { version: newVersion })}
|
{t("version_available_install", { version: newVersion })}
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user