File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 9
9
import { Dependencies } from ' $lib/constants' ;
10
10
import { Submit , trackEvent , trackError } from ' $lib/actions/analytics' ;
11
11
import { ID } from ' @appwrite.io/console' ;
12
+ import Alert from ' $lib/components/alert.svelte' ;
13
+ import { isCloud } from ' $lib/system' ;
12
14
13
15
export let show = false ;
14
16
43
45
</script >
44
46
45
47
<Modal title ="Create new organization" {error } onSubmit ={create } size =" big" bind:show >
48
+ {#if isCloud }
49
+ <Alert type =" info" >
50
+ <svelte:fragment slot =" title" >Get ready for Appwrite Pro</svelte:fragment >
51
+ We will soon introduce the much-anticipated Pro plan. Your account will continue to have
52
+ access to <b >one free Starter organization</b >. If you manage more than one
53
+ organization, you will need to either upgrade to the Pro plan, transfer your projects to
54
+ a Pro organization, or migrate to self-hosting.
55
+ <svelte:fragment slot =" buttons" >
56
+ <Button href =" https://appwrite.io/pricing" external text >Learn more</Button >
57
+ </svelte:fragment >
58
+ </Alert >
59
+ {/if }
46
60
<FormList >
47
61
<InputText
48
62
id =" organization-name"
You can’t perform that action at this time.
0 commit comments