mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
feat: update text
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user