Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CynToolkit/website
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Sep 30, 2024
2 parents a11b8cf + c079e4f commit 5250d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const tiers = ref<Tier[]>([
},
{
name: "Individual",
price: 10,
price: 0,
unit: "month",
features: [
{ name: "Actions from all integrations", type: "benefit" },
Expand All @@ -236,8 +236,8 @@ const tiers = ref<Tier[]>([
},
{
name: "Team",
price: 50,
unit: "month/user",
price: 0,
unit: "month",
features: [
{ name: "Actions from all integrations", type: "benefit" },
{ name: "Unlimited pipelines (cloud & local)", type: "benefit" },
Expand Down

0 comments on commit 5250d34

Please sign in to comment.