Skip to content

Commit

Permalink
Update home.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Sep 27, 2024
1 parent c3f181f commit c079e4f
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 c079e4f

Please sign in to comment.