Skip to content
Snippets Groups Projects
Unverified Commit 7a803e1b authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Update the Bootstrap page to be more welcoming (#676)

parent 80e135e3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import { useDispatch } from 'react-redux';
import { createBudget } from 'loot-core/src/client/actions/budgets';
import { loggedIn } from 'loot-core/src/client/actions/user';
import { send } from 'loot-core/src/platform/client/fetch';
import { View, Text, Button } from 'loot-design/src/components/common';
import { View, Text, Button, P } from 'loot-design/src/components/common';
import { colors } from 'loot-design/src/style';
import { useBootstrapped, Title } from './common';
......@@ -51,16 +51,25 @@ export default function Bootstrap() {
return (
<>
<View style={{ maxWidth: 450, marginTop: -30 }}>
<Title text="Bootstrap this Actual instance" />
<Text
style={{
fontSize: 16,
color: colors.n2,
lineHeight: 1.4,
}}
>
Set a password for this server instance
</Text>
<Title text="Welcome to Actual!" />
<P style={{ fontSize: 16, color: colors.n2 }}>
Actual is a super fast privacy-focused app for managing your finances.
To secure your data, youll need to set a password for your server.
</P>
<P isLast style={{ fontSize: 16, color: colors.n2 }}>
Consider opening{' '}
<a
href="https://actualbudget.github.io/docs/Getting-Started/using-actual/"
target="_blank"
rel="noopener noreferrer"
style={{ color: colors.b4 }}
>
our tour
</a>{' '}
in a new tab for some guidance on what to do when youve set your
password.
</P>
{error && (
<Text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment