mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
settings: fix typos
This commit is contained in:
parent
356d517b4a
commit
6081b63c4b
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user