@@ -7,42 +7,47 @@ import empty from '/assets/illustrations/9.png'
77
88export const NoOrganizations = ( ) => {
99 return (
10- < Card variant = 'no-elections' minH = '100%' maxW = '650' m = '80px auto' >
11- < CardBody >
12- < Flex justifyContent = { 'center' } >
13- < Img src = { empty } />
14- </ Flex >
15- < Box >
16- < Text fontWeight = '600' fontSize = 'lg' m = '20px 0px' >
17- < Trans i18nKey = 'organization.no_organization_title' > You don't belong to any organization yet!</ Trans >
18- </ Text >
19- < Text mb = '20px' >
20- < Trans i18nKey = 'new_organization.description1' components = { { span : < Text as = 'span' fontWeight = '600' /> } } >
21- Set up your{ ' ' }
22- < Text as = 'span' fontWeight = 'bold' >
23- organization for free
24- </ Text > { ' ' }
25- and start creating voting processes to engage with your community.
26- </ Trans >
27- </ Text >
28- < Text mb = '20px' >
29- < Trans i18nKey = 'create_org.already_profile' >
30- If your organization already have a profile, ask the admin to invite you to your organization.
31- </ Trans >
32- </ Text >
33- </ Box >
34- < Button
35- mt = '40px'
36- w = '100%'
37- variant = 'primary'
38- as = { ReactRouterLink }
39- to = { Routes . dashboard . organizationCreate }
40- colorScheme = 'gradient'
41- >
42- < Trans i18nKey = 'create_org.title' > Create your organization</ Trans >
43- </ Button >
44- </ CardBody >
45- </ Card >
10+ < Flex flexDirection = { 'column' } >
11+ < Button as = { ReactRouterLink } to = { Routes . plans } alignSelf = 'end' >
12+ < Trans i18nKey = 'view_plans_and_pricing' > View Plans & Pricing </ Trans >
13+ </ Button >
14+ < Card variant = 'no-elections' minH = '100%' maxW = '650' m = '80px auto' >
15+ < CardBody >
16+ < Flex justifyContent = { 'center' } >
17+ < Img src = { empty } />
18+ </ Flex >
19+ < Box >
20+ < Text fontWeight = '600' fontSize = 'lg' m = '20px 0px' >
21+ < Trans i18nKey = 'organization.no_organization_title' > You don't belong to any organization yet!</ Trans >
22+ </ Text >
23+ < Text mb = '20px' >
24+ < Trans i18nKey = 'new_organization.description1' components = { { span : < Text as = 'span' fontWeight = '600' /> } } >
25+ Set up your{ ' ' }
26+ < Text as = 'span' fontWeight = 'bold' >
27+ organization for free
28+ </ Text > { ' ' }
29+ and start creating voting processes to engage with your community.
30+ </ Trans >
31+ </ Text >
32+ < Text mb = '20px' >
33+ < Trans i18nKey = 'create_org.already_profile' >
34+ If your organization already have a profile, ask the admin to invite you to your organization.
35+ </ Trans >
36+ </ Text >
37+ </ Box >
38+ < Button
39+ mt = '40px'
40+ w = '100%'
41+ variant = 'primary'
42+ as = { ReactRouterLink }
43+ to = { Routes . dashboard . organizationCreate }
44+ colorScheme = 'gradient'
45+ >
46+ < Trans i18nKey = 'create_org.title' > Create your organization</ Trans >
47+ </ Button >
48+ </ CardBody >
49+ </ Card >
50+ </ Flex >
4651 )
4752}
4853
0 commit comments