@@ -12,14 +12,16 @@ const links = {
12
12
community: " https://avohq.io/pricing#comparison-heading" ,
13
13
pro: " https://avohq.io/subscriptions/new?plan=pro" ,
14
14
advanced: " https://avohq.io/subscriptions/new?plan=advanced" ,
15
- kanban: " mailto:avo@avohq.io?subject=I'd%20like%20to%20learn%20more%20about%20the%20Kanban%20license&body=Hi%2C%0D%0A%0D%0AI'm%20...." ,
16
- custom: " mailto:avo@avohq.io?subject=I'd%20like%20to%20learn%20more%20about%20the%20Custom%20license&body=Hi%2C%0D%0A%0D%0AI'm%20...." ,
15
+ kanban: " https://savvycal.com/avo-hq/dev-chat-24" ,
16
+ audit_logging: " https://savvycal.com/avo-hq/dev-chat-24" ,
17
+ custom: " https://savvycal.com/avo-hq/dev-chat-24" ,
17
18
};
18
19
const labels = {
19
20
community: " Community" ,
20
21
pro: " Pro" ,
21
22
advanced: " Advanced" ,
22
23
kanban: " Kanban" ,
24
+ audit_logging: " Audit logging" ,
23
25
custom: " Custom" ,
24
26
};
25
27
const href = computed (() => links[license .value ]);
@@ -37,6 +39,7 @@ const label = computed(() => labels[license.value]);
37
39
'bg-blue-500 hover:bg-blue-600': license == 'pro',
38
40
'bg-violet-500 hover:bg-violet-600': license == 'advanced',
39
41
'bg-fuchsia-500 hover:bg-fuchsia-600': license == 'kanban',
42
+ 'bg-teal-500 hover:bg-teal-600': license == 'audit_logging',
40
43
'bg-rose-500 hover:bg-rose-600': license == 'custom',
41
44
'text-xs px-1 py-px': size == 'xs',
42
45
'text-sm px-2 py-1': size == 'sm',
0 commit comments