mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: increasing version
This commit is contained in:
parent
c8aa9fd681
commit
6fce60f9f7
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ export function AutoUpdateSubHeader() {
|
|||
<header className={styles.subheader}>
|
||||
<Link to={releasesPageUrl} className={styles.newVersionLink}>
|
||||
<SyncIcon className={styles.newVersionIcon} size={12} />
|
||||
{t("version_available_download", { version: newVersion })}
|
||||
{t("version_available_download", { version: newVersion })}
|
||||
</Link>
|
||||
</header>
|
||||
);
|
||||
|
@ -63,7 +63,7 @@ export function AutoUpdateSubHeader() {
|
|||
onClick={handleClickInstallUpdate}
|
||||
>
|
||||
<SyncIcon className={styles.newVersionIcon} size={12} />
|
||||
{t("version_available_install", { version: newVersion })}
|
||||
{t("version_available_install", { version: newVersion })}
|
||||
</button>
|
||||
</header>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue