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 CalmEngine
</Text> </Text>
<Text gray> <Text gray>
Modulate various elemednts across Landscape to maximize calmness Modulate various elements across Landscape to maximize calmness
</Text> </Text>
</Col> </Col>
<Text fontWeight="medium">Home screen</Text> <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"> <Text color="black" fontSize={2} fontWeight="medium">
Display Preferences Display Preferences
</Text> </Text>
<Text gray fontSize="0"> <Text gray>
Customize visual interfaces across your Landscape Customize visual interfaces across your Landscape
</Text> </Text>
</Col> </Col>

View File

@ -7,7 +7,8 @@ import {
Box, Box,
Text, Text,
Button, Button,
Col Col,
Anchor
} from '@tlon/indigo-react'; } from '@tlon/indigo-react';
import GlobalApi from "~/logic/api/global"; import GlobalApi from "~/logic/api/global";
@ -69,8 +70,15 @@ export default function S3Form(props: S3FormProps): ReactElement {
</Text> </Text>
<Text gray> <Text gray>
Store credentials for your S3 object storage buckets on your Store credentials for your S3 object storage buckets on your
Urbit ship, and upload media freely to various modules. Learn Urbit ship, and upload media freely to various modules.
more <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> </Text>
</Col> </Col>
<Input label="Endpoint" id="s3endpoint" /> <Input label="Endpoint" id="s3endpoint" />