feat: update text

This commit is contained in:
Zamitto
2025-01-16 11:53:10 -03:00
parent 2346a5bf86
commit 3d0bf11359
3 changed files with 12 additions and 5 deletions

View File

@@ -210,8 +210,15 @@ export function SettingsAccount() {
</Button>
</div>
<div style={{ display: "flex", flexDirection: "column" }}>
<h3 style={{ marginTop: `${SPACING_UNIT * 2}px` }}>Hydra Cloud</h3>
<div
style={{
display: "flex",
flexDirection: "column",
marginTop: `${SPACING_UNIT * 2}px`,
gap: `${SPACING_UNIT / 2}px`,
}}
>
<h3>Hydra Cloud</h3>
{getHydraCloudSectionContent().description}
</div>