aboutsummaryrefslogtreecommitdiffstats
path: root/apps/portal/src/app/pages/sign-up.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'apps/portal/src/app/pages/sign-up.svelte')
-rw-r--r--apps/portal/src/app/pages/sign-up.svelte7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/portal/src/app/pages/sign-up.svelte b/apps/portal/src/app/pages/sign-up.svelte
index 31ae55b..509d33a 100644
--- a/apps/portal/src/app/pages/sign-up.svelte
+++ b/apps/portal/src/app/pages/sign-up.svelte
@@ -84,12 +84,15 @@
class="max-width-xxs">
<fieldset>
<legend class="form-legend">
- <span class="margin-bottom-xs">Create your account</span> <br/>
+ <span class="margin-bottom-xs text-xl">Create your account</span> <br/>
<span class="text-sm"
>... or <a href="/login"
use:link>log in</a></span
>
</legend>
+ <div class="margin-bottom-xs">
+ <p>Provide an email and password to get immediate access to your new environment (30 days full access, no billing details required, no promotion emails).</p>
+ </div>
<div class="margin-bottom-xxs max-width-xxs">
<Alert visible={signupForm.alert.isVisible}
title={signupForm.alert.title}
@@ -114,7 +117,7 @@
</div>
<div class="flex justify-end">
<Button class="margin-bottom-xs"
- text="Submit"
+ text="Create account"
type="primary"
loading={signupForm.loading}
/>