settings: fix typos

This commit is contained in:
Matilde Park 2021-02-26 14:29:39 -05:00
parent 356d517b4a
commit 6081b63c4b
3 changed files with 13 additions and 5 deletions

View File

@ -80,7 +80,7 @@ export function CalmPrefs(props: {
CalmEngine
</Text>
<Text gray>
Modulate various elemednts across Landscape to maximize calmness
Modulate various elements across Landscape to maximize calmness
</Text>
</Col>
<Text fontWeight="medium">Home screen</Text>

View File

@ -91,7 +91,7 @@ export default function DisplayForm(props: DisplayFormProps) {
<Text color="black" fontSize={2} fontWeight="medium">
Display Preferences
</Text>
<Text gray fontSize="0">
<Text gray>
Customize visual interfaces across your Landscape
</Text>
</Col>

View File

@ -7,7 +7,8 @@ import {
Box,
Text,
Button,
Col
Col,
Anchor
} from '@tlon/indigo-react';
import GlobalApi from "~/logic/api/global";
@ -69,8 +70,15 @@ export default function S3Form(props: S3FormProps): ReactElement {
</Text>
<Text gray>
Store credentials for your S3 object storage buckets on your
Urbit ship, and upload media freely to various modules. Learn
more
Urbit ship, and upload media freely to various modules.
<Anchor
target="_blank"
style={{ textDecoration: 'none' }}
borderBottom="1"
ml="1"
href="https://urbit.org/using/operations/using-your-ship/#bucket-setup">
Learn more
</Anchor>
</Text>
</Col>
<Input label="Endpoint" id="s3endpoint" />