Skip to content

Commit

Permalink
Update Pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
mazkdevf authored Feb 4, 2024
1 parent 5b3c5f7 commit fd93fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v3/dist/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions v3/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ function updatePricing() {
$("#seller_mode").text("24.99 / Year");
} else {
$("#tester_mode").text("0 / Month");
$("#developer_mode").text("4.99 / Month");
$("#seller_mode").text("7.99 / Month");
$("#developer_mode").text("2.99 / Month");
$("#seller_mode").text("4.99 / Month");
}
}

Expand Down

0 comments on commit fd93fee

Please sign in to comment.