Skip to content

Commit

Permalink
point banner to pricing website
Browse files Browse the repository at this point in the history
  • Loading branch information
shogunpurple committed Nov 28, 2023
1 parent b357b6d commit 3a0d409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/builder/src/pages/builder/portal/apps/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@
messages: [
{
message:
"We've updated our pricing - read the blog post to learn more.",
"We've updated our pricing - read the blog post to learn more.",
type: BANNER_TYPES.NEUTRAL,
extraButtonText: "Learn More",
extraButtonAction: () =>
window.open("https://budibase.com/blog/updates/pricing-v3"),
window.open("https://budibase.com/pricing"),
},
],
})
Expand Down

0 comments on commit 3a0d409

Please sign in to comment.