feat: update icon order

This commit is contained in:
Zamitto 2025-01-16 09:38:28 -03:00
parent bc2ee2dc4c
commit ff0ef74066

View File

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