point banner to pricing website

This commit is contained in:
Martin McKeaveney 2023-11-28 09:06:25 +00:00
parent b357b6d2e8
commit 3a0d409e9b
1 changed files with 2 additions and 2 deletions

View File

@ -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"),
},
],
})