mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
feat: update icon order
This commit is contained in:
parent
bc2ee2dc4c
commit
ff0ef74066
@ -174,8 +174,8 @@ export function SettingsAccount() {
|
|||||||
theme="outline"
|
theme="outline"
|
||||||
onClick={() => window.electron.openAuthWindow(AuthPage.UpdateEmail)}
|
onClick={() => window.electron.openAuthWindow(AuthPage.UpdateEmail)}
|
||||||
>
|
>
|
||||||
{t("update_email")}
|
|
||||||
<MailIcon />
|
<MailIcon />
|
||||||
|
{t("update_email")}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
@ -184,8 +184,8 @@ export function SettingsAccount() {
|
|||||||
window.electron.openAuthWindow(AuthPage.UpdatePassword)
|
window.electron.openAuthWindow(AuthPage.UpdatePassword)
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{t("update_password")}
|
|
||||||
<KeyIcon />
|
<KeyIcon />
|
||||||
|
{t("update_password")}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -199,8 +199,8 @@ export function SettingsAccount() {
|
|||||||
theme="outline"
|
theme="outline"
|
||||||
onClick={() => window.electron.openCheckout()}
|
onClick={() => window.electron.openCheckout()}
|
||||||
>
|
>
|
||||||
{getHydraCloudSectionContent().callToAction}
|
|
||||||
<CloudIcon />
|
<CloudIcon />
|
||||||
|
{getHydraCloudSectionContent().callToAction}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>
|
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user