File tree 1 file changed +0
-49
lines changed
1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -6,55 +6,8 @@ import { RocketOutlined } from '@ant-design/icons';
6
6
7
7
import useLanguage from '@/locale/useLanguage' ;
8
8
9
- const SelfHostedPlan = ( ) => {
10
- const features = [
11
- 'Self-Hosted Premium Version' ,
12
- 'ulimited Users' ,
13
- 'Multi-Currency - ulimited currency' ,
14
- 'Multi-Branch - ulimited branch' ,
15
- 'Free 1 year update' ,
16
- '24/7 priority support' ,
17
- ] ;
18
-
19
- return (
20
- < List
21
- size = "large"
22
- footer = {
23
- < Button
24
- type = "primary"
25
- size = "large"
26
- block
27
- onClick = { ( ) => {
28
- window . open ( 'https://cloud.idurarapp.com' ) ;
29
- } }
30
- >
31
- Purchase Now
32
- </ Button >
33
- }
34
- // bordered
35
- dataSource = { features }
36
- renderItem = { ( item ) => < List . Item style = { { textAlign : 'center' } } > { item } </ List . Item > }
37
- />
38
- ) ;
39
- } ;
40
-
41
9
export default function UpgradeButton ( ) {
42
10
const translate = useLanguage ( ) ;
43
- const Content = ( ) => {
44
- return (
45
- < SelfHostedPlan />
46
- // <p>{translate('Do you need help on customize of this app')}</p>
47
- // <Button
48
- // type="primary"
49
- // onClick={() => {
50
- // window.open(`https://www.idurarapp.com/contact-us/`);
51
- // }}
52
- // >
53
- // {translate('Contact us')}
54
- // </Button>
55
- // </>
56
- ) ;
57
- } ;
58
11
59
12
return (
60
13
< Badge count = { 1 } size = "small" >
@@ -64,8 +17,6 @@ export default function UpgradeButton() {
64
17
float : 'right' ,
65
18
marginTop : '5px' ,
66
19
cursor : 'pointer' ,
67
- // background: '#f56a00',
68
- // boxShadow: '0 2px 0 #f56a22',
69
20
} }
70
21
icon = { < RocketOutlined /> }
71
22
onClick = { ( ) => {
You can’t perform that action at this time.
0 commit comments