Skip to content

Commit

Permalink
update table infos (#2044)
Browse files Browse the repository at this point in the history
* update table infos

* Update Table.vue
  • Loading branch information
MartinRst authored Dec 20, 2024
1 parent b18fa68 commit a3a0beb
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions components/price/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@
period: "",
},
{
name: 'The Open-Source Edition',
name: 'Open-Source Edition',
period: "Free",
button: {
text: "Get Started",
href: "/demo",
href: "/docs/getting-started/quickstart#start-kestra",
},
},
{
name: 'Enterprise',
name: 'Enterprise Edition',
period: "Per Instance",
button: {
text: "Talk to Sales",
href: "/enterprise",
href: "/demo",
},
},
]);
Expand Down Expand Up @@ -189,8 +189,8 @@
{
id: 7,
title: "Custom Plugins",
openSourceText: 'Priority in plugin roadmap',
enterpriseText: 'On-Demand',
isOpenSource: false,
enterpriseText: 'Available With Consultation',
},
{
id: 8,
Expand Down Expand Up @@ -590,6 +590,12 @@
isOpenSource: false,
isEnterprise: true,
},
{
id: 30,
title: "Apps",
isOpenSource: false,
isEnterprise: true,
},
]
},
{
Expand Down

0 comments on commit a3a0beb

Please sign in to comment.